method ZipFileEntry.prototype.replaceBlobimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js"; 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