method ZipFileEntry.prototype.getUint8Arrayimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js"; getUint8Array(options?: EntryGetDataOptions): Promise<Uint8Array>Retrieves the content of the entry as a Uint8Array instance Retrieves the content of the entry as a Uint8Array instance Parametersoptionaloptions: EntryGetDataOptionsThe options. ReturnsPromise<Uint8Array>A promise resolving to a Uint8Array instance.