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
Followup to #6691. The postMessage / onmessage for BroadcastChannel should use the same internal logic as MessagePort, at least for the default InMemoryBroadcastChannel implementation.
The text was updated successfully, but these errors were encountered:
BroadcastChannel on the web doesn’t support transferables as you have potentially multiple receivers, so the semantics of “transferring ownership” don’t really make sense in this context.
Followup to #6691. The
postMessage
/onmessage
forBroadcastChannel
should use the same internal logic asMessagePort
, at least for the defaultInMemoryBroadcastChannel
implementation.The text was updated successfully, but these errors were encountered: