ReadableStreamBYOBRequest
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2304
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2311
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2306
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2308
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2310
Parameters
Section titled “Parameters”ArrayBuffer | ArrayBufferView<ArrayBufferLike>
Returns
Section titled “Returns”void