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

x/zipjs/index.d.ts>ZipFileEntry#getData

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method ZipFileEntry.prototype.getData
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.6.29/index.d.ts";

Retrieves the content of the entry via a Writer instance

Parameters

writer: Writer<WriterType>

The Writer instance.

optional
options: EntryGetDataOptions

The options.

Returns

Promise<WriterType>

A promise resolving to data associated to the Writer instance.