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 whatwg#1776.
Reinstating that in some manner is whatwg#2687.
Fixeswhatwg#2657, fixeswhatwg#2676.
It seems like it should as long as we keep creating a new global object there (see #1698 for removing that)... Discovered in #2671.
The text was updated successfully, but these errors were encountered: