From 562631f87622f32339472e8a43a75ab74c15a126 Mon Sep 17 00:00:00 2001
From: Domenic Denicola This API has some privacy implications that
might not be immediately obvious. The task source for the tasks in
- cross-document messaging is the posted message task source.Introduction
@@ -98634,7 +98627,8 @@ function receiver(e) {
any exceptions.
Queue a task on the posted message task source to run the +
Queue a task on the posted message task source of + targetWindow's relevant agent's event loop to run the following steps:
For each BroadcastChannel
object destination in
- destinations, queue a task that runs the following steps:
BroadcastChannel
settings
+ object's responsible document.
Let targetRealm be destination's BroadcastChannel : EventTarget { sourceSettings's origin.
The tasks must use the DOM manipulation task
- source, and, for those where the event loop specified by the target
- BroadcastChannel
object's BroadcastChannel
settings
- object is a window event loop, must be associated with the responsible
- document specified by that target BroadcastChannel
object's
- BroadcastChannel
settings object.