Interface ReadableStream<R> Properties Readonly lockedlocked: boolean
Defined in node_modules/typescript/lib/lib.dom.d.ts:11000 Methods cancel cancel( reason?: any ) : Promise < void > Defined in node_modules/typescript/lib/lib.dom.d.ts:11001 Parameters Returns Promise < void > get Reader Defined in node_modules/typescript/lib/lib.dom.d.ts:11002 pipe Through Defined in node_modules/typescript/lib/lib.dom.d.ts:11003 Type parameters Parameters pipe To Defined in node_modules/typescript/lib/lib.dom.d.ts:11004 Parameters Returns Promise < void > tee Defined in node_modules/typescript/lib/lib.dom.d.ts:11005 Legend Namespace Variable Function Function with type parameter Type alias Type alias with type parameter Class Class with type parameter 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.