You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be consistent with other postMessage()s, probably BroadcastChannel should not throw a "InvalidStateError" DOMException.
MessagePort doesn't throw if called after being disentangled. This means that worker.postMessage() and SharedWorker.postMessage() behave at the same way.
The text was updated successfully, but these errors were encountered:
https://html.spec.whatwg.org/multipage/web-messaging.html#security-4
In order to be consistent with other postMessage()s, probably BroadcastChannel should not throw a "InvalidStateError" DOMException.
MessagePort doesn't throw if called after being disentangled. This means that worker.postMessage() and SharedWorker.postMessage() behave at the same way.
The text was updated successfully, but these errors were encountered: