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
Only compares origin, name, etc when looking for an existing SharedWorker instance. This should check StorageKey instead of origin in order to support 3P partitioning.
The text was updated successfully, but these errors were encountered:
There is an added problem here. The top-level origin is not set on the environment settings object for shared workers. This will result in the worker environment returning the wrong storage key.
Currently step 11.2 of:
https://html.spec.whatwg.org/#dom-sharedworker
Only compares origin, name, etc when looking for an existing SharedWorker instance. This should check StorageKey instead of origin in order to support 3P partitioning.
The text was updated successfully, but these errors were encountered: