Skip to content
1 min read · 22 words

Interface: OpfsReadableStream

Minimal subset of the DOM ReadableStream<Uint8Array> interface used by streaming-mode index construction.

Methods

getReader()

ts
getReader(): OpfsReadableStreamReader;

Returns

OpfsReadableStreamReader