Returns a streaming ZIP archive as a ReadableStream<Uint8Array>.
ReadableStream<Uint8Array>
Prefer archive() for small archives. Use this for large archives where you want to start streaming output before all entries are fully read.
archive()
Returns a streaming ZIP archive as a
ReadableStream<Uint8Array>.Prefer
archive()for small archives. Use this for large archives where you want to start streaming output before all entries are fully read.