--- title: ReadableStreamBYOBReader slug: Web/API/ReadableStreamBYOBReader tags: - API - Experimental - Fetch - Interface - ReadableStreamBYOBReader - Reference - Streams translation_of: Web/API/ReadableStreamBYOBReader ---
{{APIRef("Streams")}}{{SeeCompatTable}}
Streams API の ReadableStreamBYOBReader
インターフェイスは、開発者が提供するストリームデータ(カスタムの {{domxref("ReadableStream.ReadableStream","ReadableStream()")}} コンストラクターなど)の読み取りに使用できる BYOB("bring your own buffer")リーダーを表します。
ReadableStreamBYOBReader
オブジェクトのインスタンスを作成して返します。reason
引数は、基になるソースに与えられ、使用する場合もしない場合もあります。未定。
仕様 | 状態 | コメント |
---|---|---|
{{SpecName('Streams','#byob-reader-class','ReadableStreamBYOBReader')}} | {{Spec2('Streams')}} | 初期定義 |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("api.ReadableStreamBYOBReader")}}