ReadableStreamBYOBRequest
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2311
Accessors
Section titled “Accessors”atLeast
Section titled “atLeast”Get Signature
Section titled “Get Signature”get atLeast():
null
|number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2318
Returns
Section titled “Returns”null
| number
Get Signature
Section titled “Get Signature”get view():
null
|Uint8Array
<ArrayBufferLike
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2313
Returns
Section titled “Returns”null
| Uint8Array
<ArrayBufferLike
>
Methods
Section titled “Methods”respond()
Section titled “respond()”respond(
bytesWritten
):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2315
Parameters
Section titled “Parameters”bytesWritten
Section titled “bytesWritten”number
Returns
Section titled “Returns”void
respondWithNewView()
Section titled “respondWithNewView()”respondWithNewView(
view
):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2317
Parameters
Section titled “Parameters”ArrayBuffer
| ArrayBufferView
<ArrayBufferLike
>
Returns
Section titled “Returns”void