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

    Function readBytes

    • Read a response body as raw bytes (Uint8Array).

      Parameters

      • response: Response

        The fetch Response.

      • options: ResponseParseOptions = {}

        Parse options (size limit, signal, decompress).

      Returns Promise<Uint8Array<ArrayBufferLike>>

      The raw bytes.