gis-tools-ts - v0.6.0
    Preparing search index...

    Function decompressStream

    • A Browser compatible Gzip decompression function

      Parameters

      • bytes: Uint8Array

        the data to decompress

      • Optionalformat: Format

        the format of the data. Defaults to 'gzip'

      Returns Promise<Uint8Array<ArrayBufferLike>>

      • the decompressed data