method ZipDirectoryEntry.prototype.addBlobimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.6.68/index.js"; addBlob(name: string, blob: Blob): ZipFileEntry<Blob, Blob>Adds aentry entry with content provided as a Blob instance Adds aentry entry with content provided as a Blob instance Parametersname: stringThe relative filename of the entry. blob: BlobThe Blob instance. ReturnsZipFileEntry<Blob, Blob>A ZipFileEntry instance.