Skip to main content
Module

x/zipjs/index.js>WritableWriter

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Latest
interface WritableWriter
import { type WritableWriter } from "https://deno.land/x/zipjs@v2.7.43/index.js";

Represents an instance used to write data into a WritableStream instance.

Properties

writable: WritableStream

The WritableStream instance.

optional
maxSize: number

The maximum size of split data when creating a ZipWriter instance or when calling Entry#getData with a generator of WritableWriter instances.