omni-compress - v2.3.1
    Preparing search index...

    Function archiveStream

    • 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.

      Parameters

      Returns ReadableStream<Uint8Array<ArrayBufferLike>>