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#getUint8Array

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
method ZipFileEntry.prototype.getUint8Array
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.4.25/index.d.ts";

Parameters

optional
options: EntryGetDataOptions

Returns

Promise<Uint8Array>