Skip to content

@ralphschuler.webgl shader factory.<internal>.ReadableStreamGetReaderOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ReadableStreamGetReaderOptions

@ralphschuler/webgl-shader-factory.<internal>.ReadableStreamGetReaderOptions

Table of contents

Properties

Properties

mode

Optional mode: "byob"

Creates a ReadableStreamBYOBReader and locks the stream to the new reader.

This call behaves the same way as the no-argument variant, except that it only works on readable byte streams, i.e. streams which were constructed specifically with the ability to handle "bring your own buffer" reading. The returned BYOB reader provides the ability to directly read individual chunks from the stream via its read() method, into developer-supplied buffers, allowing more precise control over allocation.

Defined in

node_modules/typescript/lib/lib.dom.d.ts:1640

Typescript Libraries

Modules

Namespaces

Clone this wiki locally