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 --- .../ended_event/index.html | 58 ++++++++++++++++++++ .../audioscheduledsourcenode/onended/index.html | 58 -------------------- .../web/api/broadcastchannel/onmessage/index.html | 64 ---------------------- .../api/broadcastchannel/onmessageerror/index.html | 52 ------------------ 4 files changed, 58 insertions(+), 174 deletions(-) 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 (limited to 'files/ja/web') 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")}}

-
- -

関連情報

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