import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.7.41/index.js";
Replaces the content of the entry with a Blob
instance
Parameters
blob: Blob
The Blob
instance.
x/zipjs/index.js>ZipFileEntry#replaceBlob
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.7.41/index.js";
Replaces the content of the entry with a Blob
instance
The Blob
instance.