Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
Since March 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
ReadableStreamBYOBReader() コンストラクターは、ReadableStreamBYOBReader オブジェクトのインスタンスを作成して返します。
メモ: 通常、このコンストラクターを手動で使用することはありません。 代わりに、ReadableStream.getReader() メソッドに "byob" を引数につけて使用してください。
読み取られる ReadableStream。
ReadableStreamBYOBReader オブジェクトのインスタンス。
指定された stream パラメーターが ReadableStream ではないか、別のリーダーによる読み取りのために既にロックされているか、そのストリームコントローラーが ReadableByteStreamController ではありません。
コンストラクターが直接呼び出されることはほとんどありません。 代わりに、表示させるように ReadableStream.getReader() を呼び出してください。
| Streams # ref-for-byob-reader-constructor① |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2024年7月28日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.