Interface: OpfsReadableStream
Defined in: src/batteries/storage/opfs/index.ts:142
Minimal subset of the DOM ReadableStream<Uint8Array> interface used by streaming-mode index construction.
Methods
getReader()
ts
getReader(): OpfsReadableStreamReader;Defined in: src/batteries/storage/opfs/index.ts:144
Acquire a reader over the stream.