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

x/zipjs/index.js>ZipWriter#add

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

Type Parameters

ReaderType

Parameters

name: string
optional
options: ZipWriterAddDataOptions

Returns

Promise<Entry>