Each ZipItem can have its decompressed bytes read by calling its read() method, which'll give either Uint8Array or Promise<Uint8Array> (as it's possible to be sync).
read()
Uint8Array
Promise<Uint8Array>
Each ZipItem can have its decompressed bytes read by calling its
read()
method, which'll give eitherUint8Array
orPromise<Uint8Array>
(as it's possible to be sync).