ReadableStreamBYOBRequest: view プロパティ

viewReadableStreamBYOBRequest インターフェイスのゲッタープロパティで、現在のビューを返します。

コントローラーが生成したデータを書き込む出力先領域を表す型付き配列です。

ReadableStreamBYOBRequest.respond() または ReadableStreamBYOBRequest.respondWithNewView() の呼び出しによって、すでにリクエストが応答されていた場合は null になります。

ReadableStreamBYOBRequest の例を参照してください。

仕様書

Specification
Streams Standard
# ref-for-rs-byob-request-view①

ブラウザーの互換性

BCD tables only load in the browser

関連情報