From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../readablebytestreamcontroller/error/index.html | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 files/ja/web/api/readablebytestreamcontroller/error/index.html (limited to 'files/ja/web/api/readablebytestreamcontroller/error/index.html') diff --git a/files/ja/web/api/readablebytestreamcontroller/error/index.html b/files/ja/web/api/readablebytestreamcontroller/error/index.html new file mode 100644 index 0000000000..e8bc306ed1 --- /dev/null +++ b/files/ja/web/api/readablebytestreamcontroller/error/index.html @@ -0,0 +1,67 @@ +--- +title: ReadableByteStreamController.error() +slug: Web/API/ReadableByteStreamController/error +tags: + - API + - Error + - Experimental + - Method + - ReadableByteStreamController + - Reference + - Streams +translation_of: Web/API/ReadableByteStreamController/error +--- +
{{draft}}{{SeeCompatTable}}{{APIRef("Streams")}}
+ +

{{domxref("ReadableByteStreamController")}} インターフェイスの error() メソッドにより、関連するストリームとの今後のやり取りがエラーになります。

+ +

構文

+ +
readableByteStreamController.error(e);
+ +

パラメーター

+ +
+
e
+
今後のやり取りを失敗させるエラー。
+
+ +

戻り値

+ +

undefined

+ +

例外

+ +
+
TypeError
+
ソースオブジェクトが ReadableByteStreamController ではないか、何らかの理由でストリームが読み取り可能ではありません。
+
+ +

+ +

未定。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName("Streams","#rbs-controller-error","error()")}}{{Spec2('Streams')}}初期定義
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.ReadableByteStreamController.error")}}

-- cgit v1.2.3-54-g00ecf