Interface ReadableStream<R> Properties Readonly lockedlocked: boolean
Defined in node_modules/typescript/lib/lib.dom.d.ts:11610 Methods cancel Defined in node_modules/typescript/lib/lib.dom.d.ts:11611 Parameters get Reader Defined in node_modules/typescript/lib/lib.dom.d.ts:11612 Parameters options: { mode: "byob" } Defined in node_modules/typescript/lib/lib.dom.d.ts:11613 Defined in node_modules/typescript/lib/lib.dom.d.ts:11614 Parameters pipe Through Defined in node_modules/typescript/lib/lib.dom.d.ts:11615 Type Parameters Parameters pipe To Defined in node_modules/typescript/lib/lib.dom.d.ts:11616 Parameters tee Defined in node_modules/typescript/lib/lib.dom.d.ts:11617 Legend Namespace Variable Function Function with type parameter Type alias Type alias with type parameter Interface Interface 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.