From e7754b8a0961a10a33c34819dbded4147c8aa1cc Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 15 Feb 2022 01:01:01 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 7 ++- files/ja/_wikihistory.json | 26 ++++----- .../api/broadcastchannel/message_event/index.html | 65 ++++++++++++++++++++++ .../broadcastchannel/messageerror_event/index.html | 53 ++++++++++++++++++ .../ended_event/index.html | 58 +++++++++++++++++++ .../audioscheduledsourcenode/onended/index.html | 58 ------------------- .../web/api/broadcastchannel/onmessage/index.html | 64 --------------------- .../api/broadcastchannel/onmessageerror/index.html | 52 ----------------- files/zh-cn/_redirects.txt | 2 + files/zh-cn/_wikihistory.json | 24 ++++---- .../api/broadcastchannel/message_event/index.html | 56 +++++++++++++++++++ .../broadcastchannel/messageerror_event/index.html | 46 +++++++++++++++ .../web/api/broadcastchannel/onmessage/index.html | 55 ------------------ .../api/broadcastchannel/onmessageerror/index.html | 45 --------------- 14 files changed, 310 insertions(+), 301 deletions(-) create mode 100644 files/ja/conflicting/web/api/broadcastchannel/message_event/index.html create mode 100644 files/ja/conflicting/web/api/broadcastchannel/messageerror_event/index.html create mode 100644 files/ja/web/api/audioscheduledsourcenode/ended_event/index.html delete mode 100644 files/ja/web/api/audioscheduledsourcenode/onended/index.html delete mode 100644 files/ja/web/api/broadcastchannel/onmessage/index.html delete mode 100644 files/ja/web/api/broadcastchannel/onmessageerror/index.html create mode 100644 files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html create mode 100644 files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html delete mode 100644 files/zh-cn/web/api/broadcastchannel/onmessage/index.html delete mode 100644 files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 60bd7befc2..7d5ab93c60 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3017,8 +3017,8 @@ /ja/docs/Web/API/AbstractWorker/onerror /ja/docs/Web/API/Worker/onerror /ja/docs/Web/API/Apps.mgmt.addEventListener /ja/docs/Web/API/EventTarget/addEventListener /ja/docs/Web/API/Apps.mgmt.removeEventListener /ja/docs/Web/API/EventTarget/removeEventListener -/ja/docs/Web/API/AudioBufferSourceNode.onended /ja/docs/Web/API/AudioScheduledSourceNode/onended -/ja/docs/Web/API/AudioBufferSourceNode/onended /ja/docs/Web/API/AudioScheduledSourceNode/onended +/ja/docs/Web/API/AudioBufferSourceNode.onended /ja/docs/Web/API/AudioScheduledSourceNode/ended_event +/ja/docs/Web/API/AudioBufferSourceNode/onended /ja/docs/Web/API/AudioScheduledSourceNode/ended_event /ja/docs/Web/API/AudioBufferSourceNode/stop /ja/docs/Web/API/AudioScheduledSourceNode/stop /ja/docs/Web/API/AudioContext.createScriptProcessor /ja/docs/Web/API/BaseAudioContext/createScriptProcessor /ja/docs/Web/API/AudioContext/createAnalyser /ja/docs/Web/API/BaseAudioContext/createAnalyser @@ -3043,7 +3043,10 @@ /ja/docs/Web/API/AudioContext/onstatechange /ja/docs/Web/API/BaseAudioContext/onstatechange /ja/docs/Web/API/AudioContext/sampleRate /ja/docs/Web/API/BaseAudioContext/sampleRate /ja/docs/Web/API/AudioContext/state /ja/docs/Web/API/BaseAudioContext/state +/ja/docs/Web/API/AudioScheduledSourceNode/onended /ja/docs/Web/API/AudioScheduledSourceNode/ended_event /ja/docs/Web/API/Boolean /ja/docs/Web/JavaScript/Reference/Global_Objects/Boolean +/ja/docs/Web/API/BroadcastChannel/onmessage /ja/docs/conflicting/Web/API/BroadcastChannel/message_event +/ja/docs/Web/API/BroadcastChannel/onmessageerror /ja/docs/conflicting/Web/API/BroadcastChannel/messageerror_event /ja/docs/Web/API/ByteString /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String /ja/docs/Web/API/CSSMatrix /ja/docs/Web/API/DOMMatrix /ja/docs/Web/API/CSSStyleSheet.insertRule /ja/docs/Web/API/CSSStyleSheet/insertRule diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index ea6f701c76..67a3e79324 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -10200,7 +10200,7 @@ "gooshima" ] }, - "Web/API/AudioScheduledSourceNode/onended": { + "Web/API/AudioScheduledSourceNode/ended_event": { "modified": "2019-03-23T23:09:21.353Z", "contributors": [ "maruhiro", @@ -10616,18 +10616,6 @@ "Wind1808" ] }, - "Web/API/BroadcastChannel/onmessage": { - "modified": "2020-10-15T22:19:53.795Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/BroadcastChannel/onmessageerror": { - "modified": "2020-10-15T22:19:54.709Z", - "contributors": [ - "Wind1808" - ] - }, "Web/API/BroadcastChannel/postMessage": { "modified": "2020-10-15T22:19:54.662Z", "contributors": [ @@ -48365,6 +48353,18 @@ "ethertank" ] }, + "conflicting/Web/API/BroadcastChannel/message_event": { + "modified": "2020-10-15T22:19:53.795Z", + "contributors": [ + "Wind1808" + ] + }, + "conflicting/Web/API/BroadcastChannel/messageerror_event": { + "modified": "2020-10-15T22:19:54.709Z", + "contributors": [ + "Wind1808" + ] + }, "conflicting/Web/API/CredentialsContainer/create": { "modified": "2020-10-15T22:26:49.264Z", "contributors": [ diff --git a/files/ja/conflicting/web/api/broadcastchannel/message_event/index.html b/files/ja/conflicting/web/api/broadcastchannel/message_event/index.html new file mode 100644 index 0000000000..7a13d720bb --- /dev/null +++ b/files/ja/conflicting/web/api/broadcastchannel/message_event/index.html @@ -0,0 +1,65 @@ +--- +title: BroadcastChannel.onmessage +slug: conflicting/Web/API/BroadcastChannel/message_event +tags: + - API + - Broadcast Channel API + - BroadcastChannel + - Event Handler + - Experimental + - HTML API + - Property + - Reference +translation_of: Web/API/BroadcastChannel/onmessage +original_slug: Web/API/BroadcastChannel/onmessage +--- +

{{APIRef("BroadCastChannel API")}}

+ +

BroadcastChannel.onmessage イベントハンドラは、{{domxref("MessageEvent")}} 型の {{event("message")}} イベントがこの {{domxref("BroadcastChannel")}} によって受信されたときに実行する関数を指定するプロパティです。 このようなイベントは、チャネルに放送されるメッセージとともにブラウザーによって送信されます。

+ +

{{AvailableInWorkers}}

+ +

構文

+ +
channel.onmessage = function;
+
+ +

Values

+ + + +

+ +
bc.onmessage = function(ev) { console.log('message event received!'); };
+
+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('HTML WHATWG', "comms.html#handler-broadcastchannel-onmessage", "BroadcastChannel.onmessage")}}{{Spec2('HTML WHATWG')}}Initial definition.
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.BroadcastChannel.onmessage")}}

+ +

関連情報

+ + diff --git a/files/ja/conflicting/web/api/broadcastchannel/messageerror_event/index.html b/files/ja/conflicting/web/api/broadcastchannel/messageerror_event/index.html new file mode 100644 index 0000000000..924a835960 --- /dev/null +++ b/files/ja/conflicting/web/api/broadcastchannel/messageerror_event/index.html @@ -0,0 +1,53 @@ +--- +title: BroadcastChannel.onmessageerror +slug: conflicting/Web/API/BroadcastChannel/messageerror_event +tags: + - API + - BroadcastChannel + - Event Handler + - Property + - Reference + - onmessageerror +translation_of: Web/API/BroadcastChannel/onmessageerror +original_slug: Web/API/BroadcastChannel/onmessageerror +--- +
{{APIRef("HTML DOM")}}
+ +

{{domxref("BroadcastChannel")}} インタフェース の onmessageerror イベントハンドラは {{domxref("EventListener")}} であり、messageerror 型の {{domxref("MessageEvent")}} が BroadcastChannel インスタンスで発生するたびに、つまり{{glossary("Deserialization", "逆シリアル化")}}できないメッセージを受信すると呼び出されます。

+ +

{{AvailableInWorkers}}

+ +

構文

+ +
bc.onmessageerror = function() { ... };
+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('HTML WHATWG', '#handler-broadcastchannel-onmessageerror', 'onmessageerror')}}{{Spec2('HTML WHATWG')}} 
+ +

ブラウザーの互換性

+ +
+ + +

{{Compat("api.BroadcastChannel.onmessageerror")}}

+
+ +

関連情報

+ + diff --git a/files/ja/web/api/audioscheduledsourcenode/ended_event/index.html b/files/ja/web/api/audioscheduledsourcenode/ended_event/index.html new file mode 100644 index 0000000000..49e0de5ab6 --- /dev/null +++ b/files/ja/web/api/audioscheduledsourcenode/ended_event/index.html @@ -0,0 +1,58 @@ +--- +title: AudioBufferSourceNode.onended +slug: Web/API/AudioScheduledSourceNode/ended_event +translation_of: Web/API/AudioScheduledSourceNode/onended +translation_of_original: Web/API/AudioBufferSourceNode/onended +original_slug: Web/API/AudioScheduledSourceNode/onended +--- +

{{ APIRef("AudioBufferSourceNode") }}

+ +
AudioBufferSourceNodeの onended イベントハンドラーは{{event("ended_(Web_Audio)", "ended")}} イベントに関するコ−ルバック関数を格納します。これによりオーディオトラックの再生終了時に実行するコードを設定することができます。
+ +
+

: onended ハンドラーは loop プロパティーがtrueに設定されている場合はオーディオが再生終了することが無いので効果がありません。このような場合にこの機能を有効にするには {{ domxref("AudioBufferSourceNode.stop()") }} を使用してください。

+
+ +

構文

+ +
var source = audioCtx.createBufferSource();
+source.onended = function() { ... };
+
+ +

用例

+ +
source.start();
+source.onended = function() {
+  console.log('Your audio has finished playing');
+}
+ +

プロパティ

+ +

有りません。

+ +

仕様

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Web Audio API', '#widl-AudioBufferSourceNode-onended', 'onended')}}{{Spec2('Web Audio API')}} 
+ +

ブラウザー互換性

+ +

{{Compat("api.AudioScheduledSourceNode.onended")}}

+ +

関連情報

+ + diff --git a/files/ja/web/api/audioscheduledsourcenode/onended/index.html b/files/ja/web/api/audioscheduledsourcenode/onended/index.html deleted file mode 100644 index 9584cc2f12..0000000000 --- a/files/ja/web/api/audioscheduledsourcenode/onended/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: AudioBufferSourceNode.onended -slug: Web/API/AudioScheduledSourceNode/onended -translation_of: Web/API/AudioScheduledSourceNode/onended -translation_of_original: Web/API/AudioBufferSourceNode/onended -original_slug: Web/API/AudioBufferSourceNode/onended ---- -

{{ APIRef("AudioBufferSourceNode") }}

- -
AudioBufferSourceNodeの onended イベントハンドラーは{{event("ended_(Web_Audio)", "ended")}} イベントに関するコ−ルバック関数を格納します。これによりオーディオトラックの再生終了時に実行するコードを設定することができます。
- -
-

: onended ハンドラーは loop プロパティーがtrueに設定されている場合はオーディオが再生終了することが無いので効果がありません。このような場合にこの機能を有効にするには {{ domxref("AudioBufferSourceNode.stop()") }} を使用してください。

-
- -

構文

- -
var source = audioCtx.createBufferSource();
-source.onended = function() { ... };
-
- -

用例

- -
source.start();
-source.onended = function() {
-  console.log('Your audio has finished playing');
-}
- -

プロパティ

- -

有りません。

- -

仕様

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Web Audio API', '#widl-AudioBufferSourceNode-onended', 'onended')}}{{Spec2('Web Audio API')}} 
- -

ブラウザー互換性

- -

{{Compat("api.AudioScheduledSourceNode.onended")}}

- -

関連情報

- - diff --git a/files/ja/web/api/broadcastchannel/onmessage/index.html b/files/ja/web/api/broadcastchannel/onmessage/index.html deleted file mode 100644 index 6621ea88e2..0000000000 --- a/files/ja/web/api/broadcastchannel/onmessage/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: BroadcastChannel.onmessage -slug: Web/API/BroadcastChannel/onmessage -tags: - - API - - Broadcast Channel API - - BroadcastChannel - - Event Handler - - Experimental - - HTML API - - Property - - Reference -translation_of: Web/API/BroadcastChannel/onmessage ---- -

{{APIRef("BroadCastChannel API")}}

- -

BroadcastChannel.onmessage イベントハンドラは、{{domxref("MessageEvent")}} 型の {{event("message")}} イベントがこの {{domxref("BroadcastChannel")}} によって受信されたときに実行する関数を指定するプロパティです。 このようなイベントは、チャネルに放送されるメッセージとともにブラウザーによって送信されます。

- -

{{AvailableInWorkers}}

- -

構文

- -
channel.onmessage = function;
-
- -

Values

- - - -

- -
bc.onmessage = function(ev) { console.log('message event received!'); };
-
- -

仕様

- - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('HTML WHATWG', "comms.html#handler-broadcastchannel-onmessage", "BroadcastChannel.onmessage")}}{{Spec2('HTML WHATWG')}}Initial definition.
- -

ブラウザーの互換性

- - - -

{{Compat("api.BroadcastChannel.onmessage")}}

- -

関連情報

- - diff --git a/files/ja/web/api/broadcastchannel/onmessageerror/index.html b/files/ja/web/api/broadcastchannel/onmessageerror/index.html deleted file mode 100644 index c1e8828871..0000000000 --- a/files/ja/web/api/broadcastchannel/onmessageerror/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: BroadcastChannel.onmessageerror -slug: Web/API/BroadcastChannel/onmessageerror -tags: - - API - - BroadcastChannel - - Event Handler - - Property - - Reference - - onmessageerror -translation_of: Web/API/BroadcastChannel/onmessageerror ---- -
{{APIRef("HTML DOM")}}
- -

{{domxref("BroadcastChannel")}} インタフェース の onmessageerror イベントハンドラは {{domxref("EventListener")}} であり、messageerror 型の {{domxref("MessageEvent")}} が BroadcastChannel インスタンスで発生するたびに、つまり{{glossary("Deserialization", "逆シリアル化")}}できないメッセージを受信すると呼び出されます。

- -

{{AvailableInWorkers}}

- -

構文

- -
bc.onmessageerror = function() { ... };
- -

仕様

- - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('HTML WHATWG', '#handler-broadcastchannel-onmessageerror', 'onmessageerror')}}{{Spec2('HTML WHATWG')}} 
- -

ブラウザーの互換性

- -
- - -

{{Compat("api.BroadcastChannel.onmessageerror")}}

-
- -

関連情報

- - diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index b1214b6ed1..b348f3966c 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1240,6 +1240,8 @@ /zh-CN/docs/Web/API/Blob.size /zh-CN/docs/Web/API/Blob/size /zh-CN/docs/Web/API/Blob.slice /zh-CN/docs/Web/API/Blob/slice /zh-CN/docs/Web/API/Blob.type /zh-CN/docs/Web/API/Blob/type +/zh-CN/docs/Web/API/BroadcastChannel/onmessage /zh-CN/docs/conflicting/Web/API/BroadcastChannel/message_event +/zh-CN/docs/Web/API/BroadcastChannel/onmessageerror /zh-CN/docs/conflicting/Web/API/BroadcastChannel/messageerror_event /zh-CN/docs/Web/API/ByteString /zh-CN/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String /zh-CN/docs/Web/API/CSSStyleSheet.insertRule /zh-CN/docs/Web/API/CSSStyleSheet/insertRule /zh-CN/docs/Web/API/CSS分页规则 /zh-CN/docs/Web/API/CSSPageRule diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 6de70e3d52..5a3f634ea5 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -8217,18 +8217,6 @@ "Spikef" ] }, - "Web/API/BroadcastChannel/onmessage": { - "modified": "2020-10-15T22:26:22.393Z", - "contributors": [ - "Spikef" - ] - }, - "Web/API/BroadcastChannel/onmessageerror": { - "modified": "2020-10-15T22:26:22.343Z", - "contributors": [ - "Spikef" - ] - }, "Web/API/BroadcastChannel/postMessage": { "modified": "2020-10-15T22:26:23.239Z", "contributors": [ @@ -46795,6 +46783,18 @@ "levo2165" ] }, + "conflicting/Web/API/BroadcastChannel/message_event": { + "modified": "2020-10-15T22:26:22.393Z", + "contributors": [ + "Spikef" + ] + }, + "conflicting/Web/API/BroadcastChannel/messageerror_event": { + "modified": "2020-10-15T22:26:22.343Z", + "contributors": [ + "Spikef" + ] + }, "conflicting/Web/API/Canvas_API/Tutorial": { "modified": "2019-03-23T23:20:14.159Z", "contributors": [ diff --git a/files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html b/files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html new file mode 100644 index 0000000000..c5475fd880 --- /dev/null +++ b/files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html @@ -0,0 +1,56 @@ +--- +title: BroadcastChannel.onmessage +slug: conflicting/Web/API/BroadcastChannel/message_event +translation_of: Web/API/BroadcastChannel/onmessage +original_slug: Web/API/BroadcastChannel/onmessage +--- +

{{APIRef("BroadCastChannel API")}}

+ +

当 {{domxref("BroadcastChannel")}} 接收到类型为 {{domxref("MessageEvent")}} 的 {{event("message")}} 事件时,BroadcastChannel.onmessage 属性可以指定一个函数,作为该事件对应的事件处理程序来执行。

+ +

{{AvailableInWorkers}}

+ +

语法

+ +
channel.onmessage = function;
+
+ +

+ + + +

示例

+ +
bc.onmessage = function(ev) { console.log('message event received!'); };
+
+ +

规范

+ + + + + + + + + + + + + + +
规范状态备注
{{SpecName('HTML WHATWG', "comms.html#handler-broadcastchannel-onmessage", "BroadcastChannel.onmessage")}}{{Spec2('HTML WHATWG')}}Initial definition.
+ +

浏览器兼容性

+ + + +

{{Compat("api.BroadcastChannel.onmessage")}}

+ +

另见

+ + diff --git a/files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html b/files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html new file mode 100644 index 0000000000..a87c54522e --- /dev/null +++ b/files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html @@ -0,0 +1,46 @@ +--- +title: BroadcastChannel.onmessageerror +slug: conflicting/Web/API/BroadcastChannel/messageerror_event +translation_of: Web/API/BroadcastChannel/onmessageerror +original_slug: Web/API/BroadcastChannel/onmessageerror +--- +
{{APIRef("HTML DOM")}}
+ +

位于 {{domxref("BroadcastChannel")}} 接口上的 onmessageerror 事件处理程序,它是一个 {{domxref("EventListener", "事件监听器")}}。当  BroadcastChannel 接收到一条无法 {{glossary("Deserialization", "反序列化")}}的消息时,会触发类型为 {{domxref("MessageError")}} 的 {{domxref("MessageEvent")}} 事件,此时会执行该事件处理程序。

+ +

{{AvailableInWorkers}}

+ +

语法

+ +
bc.onmessageerror = function() { ... };
+ +

规范

+ + + + + + + + + + + + + + +
规范状态备注
{{SpecName('HTML WHATWG', '#handler-broadcastchannel-onmessageerror', 'onmessageerror')}}{{Spec2('HTML WHATWG')}}
+ +

浏览器兼容性

+ +
+ + +

{{Compat("api.BroadcastChannel.onmessageerror")}}

+
+ +

另见

+ + diff --git a/files/zh-cn/web/api/broadcastchannel/onmessage/index.html b/files/zh-cn/web/api/broadcastchannel/onmessage/index.html deleted file mode 100644 index ffea7d9825..0000000000 --- a/files/zh-cn/web/api/broadcastchannel/onmessage/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: BroadcastChannel.onmessage -slug: Web/API/BroadcastChannel/onmessage -translation_of: Web/API/BroadcastChannel/onmessage ---- -

{{APIRef("BroadCastChannel API")}}

- -

当 {{domxref("BroadcastChannel")}} 接收到类型为 {{domxref("MessageEvent")}} 的 {{event("message")}} 事件时,BroadcastChannel.onmessage 属性可以指定一个函数,作为该事件对应的事件处理程序来执行。

- -

{{AvailableInWorkers}}

- -

语法

- -
channel.onmessage = function;
-
- -

- - - -

示例

- -
bc.onmessage = function(ev) { console.log('message event received!'); };
-
- -

规范

- - - - - - - - - - - - - - -
规范状态备注
{{SpecName('HTML WHATWG', "comms.html#handler-broadcastchannel-onmessage", "BroadcastChannel.onmessage")}}{{Spec2('HTML WHATWG')}}Initial definition.
- -

浏览器兼容性

- - - -

{{Compat("api.BroadcastChannel.onmessage")}}

- -

另见

- - diff --git a/files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html b/files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html deleted file mode 100644 index 01c0e9ca2a..0000000000 --- a/files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: BroadcastChannel.onmessageerror -slug: Web/API/BroadcastChannel/onmessageerror -translation_of: Web/API/BroadcastChannel/onmessageerror ---- -
{{APIRef("HTML DOM")}}
- -

位于 {{domxref("BroadcastChannel")}} 接口上的 onmessageerror 事件处理程序,它是一个 {{domxref("EventListener", "事件监听器")}}。当  BroadcastChannel 接收到一条无法 {{glossary("Deserialization", "反序列化")}}的消息时,会触发类型为 {{domxref("MessageError")}} 的 {{domxref("MessageEvent")}} 事件,此时会执行该事件处理程序。

- -

{{AvailableInWorkers}}

- -

语法

- -
bc.onmessageerror = function() { ... };
- -

规范

- - - - - - - - - - - - - - -
规范状态备注
{{SpecName('HTML WHATWG', '#handler-broadcastchannel-onmessageerror', 'onmessageerror')}}{{Spec2('HTML WHATWG')}}
- -

浏览器兼容性

- -
- - -

{{Compat("api.BroadcastChannel.onmessageerror")}}

-
- -

另见

- - -- cgit v1.2.3-54-g00ecf