method ZipFileEntry.prototype.replaceReadableimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js"; replaceReadable(readable: ReadableStream): voidReplaces the content of the entry with a ReadableStream instance Replaces the content of the entry with a ReadableStream instance Parametersreadable: ReadableStreamThe ReadableStream instance. Returnsvoid