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 ? ) : Promise < void > Returns Promise < void > Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11611 get Reader get Reader ( options ) : ReadableStreamBYOBReader Parameters options : { mode : "byob" ; } Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11612 get Reader ( ) : ReadableStreamDefaultReader < R > Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11613 get Reader ( options ? ) : ReadableStreamReader < R > Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11614 pipe Through pipe Through < T > ( transform , options ? ) : ReadableStream < T > Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:11615 pipe To pipe To ( destination , options ? ) : 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.