kinetex - v1.0.0-rc.1
    Preparing search index...

    Function readStream

    • Get a streaming ReadableStream from the response with optional size limiting.

      Parameters

      • response: Response

        The fetch Response.

      • options: ResponseParseOptions = {}

        Parse options (decompress, size limit, signal).

      Returns ReadableStream<Uint8Array<ArrayBufferLike>>

      A ReadableStream (empty stream if response has no body).