From ac6fe7a5b8b2218755a4766e77405bf9ae6cbf02 Mon Sep 17 00:00:00 2001
From: Andrew Williams
A BroadcastChannel
object is said to be eligible for messaging when
+ its relevant global object is either:
a Window
object whose associated
+ Document
is fully active, or
a WorkerGlobalScope
object whose closing flag is false and whose
+ worker is not a suspendable worker.
The postMessage(message)
method
steps are:
If this is not eligible for messaging, then return.
If this's closed flag
is true, then throw an "InvalidStateError
"
DOMException
.
Their relevant global object is either:
- -a Window
object whose associated
- Document
is fully active, or
a WorkerGlobalScope
object whose closing flag is false and whose
- worker is not a suspendable worker.
They are eligible for messaging.
Their relevant settings object's origin is same origin with @@ -126978,6 +126981,7 @@ INSERT INTERFACES HERE Andrew Simons, Andrew Smith, Andrew W. Hagen, + Andrew Williams, Andrey V. Lukyanov, Andry Rendy, Andy Davies,