Function inflateSync

  • Decompresses a chunk of data with zlib INFLATE algorithm.

    Returns

    The output buffer with the decompressed data

    Parameters

    • data: Uint8Array

      The buffer of data to decompress

    Returns Uint8Array

  • Decompresses a chunk of data with zlib INFLATE algorithm.

    Returns

    The output buffer with the decompressed data

    Parameters

    • data: Uint8Array

      The buffer of data to decompress

    Returns Uint8Array

Generated using TypeDoc