method ZipFileEntry.prototype.replaceBlobimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.6.68/index.d.ts"; replaceBlob(blob: Blob): voidReplaces the content of the entry with a Blob instance Replaces the content of the entry with a Blob instance Parametersblob: BlobThe Blob instance. Returnsvoid