Skip to main content
Module

x/zipjs/index.js

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
import * as zipjs from "https://deno.land/x/zipjs@v2.7.24/index.js";

Classes

Represents a Reader instance used to read data provided as a Blob instance.

Represents a WritableWriter instance used to retrieve the written data as a Blob instance.

Represents a Reader instance used to read data provided as a Data URI string encoded in Base64.

Represents a Writer instance used to retrieve the written data as a Data URI string encoded in Base64.

Represents a Filesystem instance.

Represents a Reader instance used to fetch data from servers returning Accept-Ranges headers.

Represents a Reader instance used to fetch data from a URL.

Represents an instance used to read unknown type of data.

Represents a Reader instance used to read data provided as an array of ReadableReader instances (e.g. split zip files).

Represents a Writer instance used to retrieve the written data from a generator of WritableWriter instances (i.e. split zip files).

c
SplitZipReader
deprecated

Represents a Reader instance used to read data provided as an array of ReadableReader instances (e.g. split zip files).

c
SplitZipWriter
deprecated

Represents a Writer instance used to retrieve the written data from a generator of WritableWriter instances (i.e. split zip files).

Represents a Reader instance used to read data provided as a string.

Represents a Writer instance used to retrieve the written data as a string.

Represents a Reader instance used to read data provided as a Uint8Array instance.

Represents a Writer instance used to retrieve the written data as a Uint8Array instance.

Represents an instance used to write unknown type of data.

Represents a directory entry in the zip (Filesystem API).

Represents a file entry in the zip (Filesystem API).

Represents an instance used to read a zip file.

Represents an instance used to create a zip file.

Functions

Configures zip.js

Returns the MIME type corresponding to a filename extension.

Transforms event-based third-party codec implementations into implementations compatible with zip.js

Terminates all the idle web workers

Interfaces

Represents an entry with its data and metadata in a zip file (Core API).

Represents the metadata of an entry in a zip file (Core API).