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

Interface WritableWriter

index.d.ts:512–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510 * Represents an instance used to write data into a `WritableStream` instance.
511 */
512export interface WritableWriter {
513 /**
514 * The `WritableStream` instance.
515 */
516 writable: WritableStream;
517 /**
518 * The maximum size of split data when creating a {@link ZipWriter} instance or when calling {@link FileEntry#getData} with a generator of {@link WritableWriter} instances.
519 */
520 maxSize?: number;
521}
522
523/**
524 * Represents an instance used to write unknown type of data.

Callers

nothing calls this directly

Implementers 3

Writerindex.d.ts
BlobWriterindex.d.ts
SplitDataWriterindex.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…