Interface ReadableStream<R> Properties Readonly lockedlocked: boolean
Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:11480 Methods cancel cancel( reason?: any ) : Promise < void > Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:11481 Parameters Returns Promise < void > get Reader Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:11482 pipe Through Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:11483 Type Parameters Parameters pipe To Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:11484 Parameters Returns Promise < void > tee Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:11485 Legend Constructor Property Method Accessor Inherited constructor Inherited property Inherited method Inherited accessor Protected property Protected method Static property Static method Settings Theme OS Light Dark
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.