diff --git a/source b/source index c6fe89f0786..e55247d1fcd 100644 --- a/source +++ b/source @@ -99976,22 +99976,6 @@ location.href = '#foo'; data-x="window-navigation-api">navigation API, entriesForNavigationAPI, and reactivatedEntry.
-Let window be the Window
whose
- associated Document
is document.
Let channels be a list of BroadcastChannel
objects whose
- relevant global object is window.
Sort channels by the creation order, oldest first.
For each channel in channels:
-For each string serialized from channel's message queue, - post a message with serialized - to channel.
If document's current document readiness is "complete
", and document's page showing flag is false,
@@ -113712,9 +113696,8 @@ interface BroadcastChannel : EventTarget {
A BroadcastChannel
object has a channel name, a
- closed flag and an initially empty queue
- message queue.
+
A BroadcastChannel
object has a channel name and a closed flag.
The new BroadcastChannel(name)
constructor steps are:
If destination's relevant global object is a Window
- window, enqueue serialized on message queue.
If the size of destination's message queue
- is above a certain threshold, the user agent may destroy
- window's associated Document
.
The user agents can set their own threshold (possibly 0) to trigger the
- Document
destruction.
Document
.
The Document
to be destroyed here is not fully active
(either detached or in bfcache).