Module

x/zipjs/index.js>ZipDirectoryEntry#addHttpContent

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

Parameters

name: string
url: string
optional
options: HttpOptions

Returns

ZipFileEntry<string, string>