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:

    - -
  • -
  • 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:

    @@ -113816,16 +113799,8 @@ interface BroadcastChannel : EventTarget {