import * as zipjs from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Classes
Represents a Reader instance used to read data provided as a | |
Represents a WritableWriter instance used to retrieve the written data as a | |
Represents a Reader instance used to read data provided as a Data URI | |
Represents a Writer instance used to retrieve the written data as a Data URI | |
c FS | Represents a Filesystem instance. |
Represents a Reader instance used to fetch data from servers returning | |
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). | |
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). | |
Represents a Reader instance used to read data provided as a | |
Represents a Writer instance used to retrieve the written data as a | |
Represents a Reader instance used to read data provided as a | |
Represents a Writer instance used to retrieve the written data as a | |
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 an unzipped stream. | |
Represents an instance used to create a zip file. | |
Represents an instance used to create a zipped stream. |
Variables
Zip format error | |
Central Directory not found error | |
Duplicate entry error | |
Encrypted entry error | |
Zip64 End of Central Directory Locator not found error | |
End of Central Directory Record not found error | |
Extra field Zip64 not found error | |
HTTP range error | |
Invalid comment error | |
Invalid encryption strength error | |
Invalid entry comment error | |
Invalid entry name error | |
Invalid extra field data error | |
Invalid extra field type error | |
Invalid password error | |
Invalid signature error | |
Invalid version error | |
Iteration completed too soon error | |
Local file header not found error | |
Split zip file error | |
Undefined uncompressed size error | |
Unsupported compression error | |
Unsupported encryption error | |
Invalid format error | |
v fs | The Filesystem API. |
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 web workers |
Interfaces
Represents the configuration passed to configure. | |
Represents the callback function used to handle | |
Represents an entry with its data and metadata in a zip file (Core API). | |
Represents options passed to Entry#getData, ZipWriter.add and | |
Represents the options passed to Entry#getData and | |
Represents the options passed to Entry#getData and | |
Represents the metadata of an entry in a zip file (Core API). | |
Represents options passed to ZipReader#getEntries, ZipReader#getEntriesGenerator, and ZipWriter#close. | |
Represents event-based implementations used to compress/decompress data. | |
Represents options passed to the constructor of ZipReader, ZipReader#getEntries and ZipReader#getEntriesGenerator. | |
Represents the options passed to the constructor of HttpReader. | |
Represents options passed to the constructor of HttpRangeReader and HttpReader. | |
Represents an instance used to read or write unknown type of data. | |
Represents an instance used to read data from a | |
Represents the callback function used to register the | |
Represents an instance used to write data into a | |
Represents the options passed to | |
Represents the options passed to ZipDirectoryEntry#importHttpContent. | |
Represents the implementations zip.js uses to compress/decompress data. | |
Represents the options passed to the constructor of ZipReader, and | |
Represents the options passed to ZipReader#getEntries and ZipReader#getEntriesGenerator. | |
Represents options passed to the constructor of ZipReader and Entry#getData. | |
Represents the options passed to ZipWriter#add. | |
Represents the options passed to ZipWriter#close. | |
Represents options passed to the constructor of ZipWriter, ZipWriter#add and |