MCPcopy
hub / github.com/gildas-lormeau/zip.js / ReadableReader

Interface ReadableReader

index.d.ts:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 * Represents an instance used to read data from a `ReadableStream` instance.
337 */
338export interface ReadableReader {
339 /**
340 * The `ReadableStream` instance.
341 */
342 readable: ReadableStream;
343}
344
345/**
346 * Represents an instance used to read unknown type of data.

Callers

nothing calls this directly

Implementers 1

Readerindex.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…