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
This makes browsing context's active document a getter, returning
browsing context's WindowProxy object's [[Window]] internal slot's
associated Document.
This removes some service worker text that was added in #1776.
Reinstating that in some manner is #2687.
Fixes#2657, fixes#2676.
This makes browsing context's active document a getter, returning
browsing context's WindowProxy object's [[Window]] internal slot's
associated Document.
This removes some service worker text that was added in #1776.
Reinstating that in some manner is #2687.
Fixes#2657, fixes#2676.
This makes browsing context's active document a getter, returning
browsing context's WindowProxy object's [[Window]] internal slot's
associated Document.
This removes some service worker text that was added in whatwg#1776.
Reinstating that in some manner is whatwg#2687.
Fixeswhatwg#2657, fixeswhatwg#2676.
From w3c/ServiceWorker#890 (comment):
The current text that tries to accomplish this is broken as discovered in #2671.
@mikewest what exactly is the story of secure contexts and auxiliary browsing contexts?
The text was updated successfully, but these errors were encountered: