BroadcastChannel.onmessageerror
BroadcastChannel
インタフェース の onmessageerror
イベントハンドラは EventListener
であり、messageerror
型の MessageEvent
が BroadcastChannel
インスタンスで発生するたびに、つまり逆シリアル化できないメッセージを受信すると呼び出されます。
注: この機能は Web Worker 内で利用可能です
構文
bc.onmessageerror = function() { ... };
仕様
仕様 | 状態 | コメント |
---|---|---|
HTML Living Standard onmessageerror の定義 |
現行の標準 |
ブラウザーの互換性
No compatibility data found for api.BroadcastChannel.onmessageerror
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.