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
However, request's window is '("no-window", "client", or an environment settings object whose global object is a Window object)'. That is, it can be an environment settings object, but it can't be a Window. This is confusing, but makes the algorithm here wrong.
The text was updated successfully, but these errors were encountered:
if you really mean that. But note that window can be set for requests that pass through a service worker. If you really care about the environment that's currently making the request, you want client.
Should request be allowed to use feature? has
However, request's window is '("no-window", "client", or an environment settings object whose global object is a Window object)'. That is, it can be an environment settings object, but it can't be a Window. This is confusing, but makes the algorithm here wrong.
The text was updated successfully, but these errors were encountered: