method ZipFileEntry.prototype.getBlobimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.23/index.js"; getBlob(mimeType?: string, options?: EntryGetDataOptions): Promise<Blob>Retrieves the content of the entry as a Blob instance Retrieves the content of the entry as a Blob instance ParametersoptionalmimeType: stringThe MIME type of the content. optionaloptions: EntryGetDataOptionsThe options. ReturnsPromise<Blob>A promise resolving to a Blob instance.