import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.7.23/index.js";
Replaces the content of the entry with a ReadableStream
instance
Parameters
readable: ReadableStream
The ReadableStream
instance.
x/zipjs/index.js>ZipFileEntry#replaceReadable
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.7.23/index.js";
Replaces the content of the entry with a ReadableStream
instance
The ReadableStream
instance.