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
worker: throw InvalidStateError in postMessage after close
Align BroadcastChannel behavior with the spec by throwing an
InvalidStateError when postMessage is called after the channel is
closed. This ensures that BroadcastChannel properly handles closed
states and throws the correct error for postMessage attempts.
This update addresses expected failures for invalid postMessage after close in WPT.
0 commit comments