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
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:
They are eligible for messaging.
Their relevant settings object's origin is same origin with - sourceOrigin.
The result of running obtain a storage key for non-storage purposes with + their relevant settings object equals + sourceStorageKey.
Their channel name is this's channel name.