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

Interface Initializable

index.d.ts:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 * The classes inheriting from {@link Reader} help to read data from a source of data. The classes inheriting from {@link Writer} help to write data into a destination.
327 */
328export interface Initializable {
329 /**
330 * Initializes the instance asynchronously
331 */
332 init?(): Promise<void>;
333}
334
335/**
336 * Represents an instance used to read data from a `ReadableStream` instance.

Callers 8

initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initStreamFunction · 0.65
initMethod · 0.65
initMethod · 0.65

Implementers 15

Readerindex.d.ts
Writerindex.d.ts
BlobWriterindex.d.ts
SplitDataWriterindex.d.ts
Streamindex-native.cjs
FetchReaderindex-native.cjs
XHRReaderindex-native.cjs
HttpReaderindex-native.cjs
Uint8ArrayWriterindex-native.cjs
SplitDataReaderindex-native.cjs
dtindex-native.min.js
wtindex-native.min.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…