Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zipjs/index.js>ZipDirectoryEntry#addUint8Array

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

Parameters

name: string
array: Uint8Array

Returns

ZipFileEntry<Uint8Array, Uint8Array>