Interface ReadableStream<R>
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11609
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11620
Properties
Readonly locked
locked: boolean
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11610
Methods
cancel
cancel( reason?: any ) : Promise < void >
Returns Promise < void >
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11611
pipe To
pipe To( destination: WritableStream < R > , options?: StreamPipeOptions ) : Promise < void >
Returns Promise < void >
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11616
This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.