You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: