method ZipDirectoryEntry.prototype.addReadableimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; addReadable(name: string,readable: ReadableStream,options?: ZipWriterAddDataOptions,): ZipFileEntry<ReadableStream, void>Adds a entry entry with content provided via a ReadableStream instance Adds a entry entry with content provided via a ReadableStream instance Parametersname: stringThe relative filename of the entry. readable: ReadableStreamThe ReadableStream instance. optionaloptions: ZipWriterAddDataOptionsThe options. ReturnsZipFileEntry<ReadableStream, void>A ZipFileEntry instance.