Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify request's window usage for preloads #1713

Open
annevk opened this issue Sep 29, 2023 · 0 comments
Open

Verify request's window usage for preloads #1713

annevk opened this issue Sep 29, 2023 · 0 comments
Assignees

Comments

@annevk
Copy link
Member

annevk commented Sep 29, 2023

What is the issue with the Fetch Standard?

I see we are using request's window for a number of things here, but I wonder if that is correct.

In particular a forwarded request in a service worker can have its client set to the service worker environment, but its window would be the document environment where the request originated.

This also seems incompatible with allowing preloads to work in workers as has at least been envisioned.

@noamr I hope you can take a look at this.

@noamr noamr self-assigned this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants