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

Request's origin needs to be set for [[Update]] algorithm #1447

Open
makotoshimazu opened this issue Jul 9, 2019 · 0 comments
Open

Request's origin needs to be set for [[Update]] algorithm #1447

makotoshimazu opened this issue Jul 9, 2019 · 0 comments

Comments

@makotoshimazu
Copy link

Currently [[Soft Update]] set null as the client, and [[Update]] uses null client as a fetch client settings object on "Fetch a classic (or module) worker script" without setting origin of the request.
That will results in null as the request's origin, but it would contradicts with the request's mode (same-origin).
We would need to set the origin explicitly in the update algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant