method ZipDirectoryEntry.prototype.addHttpContentimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; addHttpContent(name: string,url: string,options?: HttpOptions & ZipWriterAddDataOptions,): ZipFileEntry<string, void>Adds an entry with content fetched from a URL Adds an entry with content fetched from a URL Parametersname: stringThe relative filename of the entry. url: stringThe URL. optionaloptions: HttpOptions & ZipWriterAddDataOptionsThe options. ReturnsZipFileEntry<string, void>A ZipFileEntry instance.