diff --git a/source b/source index a2fb0bdf235..ca1a29f4782 100644 --- a/source +++ b/source @@ -4126,6 +4126,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute @@ -102375,6 +102377,10 @@ interface BroadcastChannel : EventTarget {
  • Let sourceOrigin be this's relevant settings object's origin.

  • +
  • Let sourceStorageKey be the result of running obtain a storage key for + non-storage purposes with this's relevant settings + object.

  • +
  • Let destinations be a list of BroadcastChannel objects that match the following criteria:

    @@ -102382,9 +102388,9 @@ interface BroadcastChannel : EventTarget {