Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/zipjs/index.d.ts>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.45/index.d.ts";

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.