TyphonJS Runtime Library (FVTT) 0.3.0
  • #runtime/data/compress
  • gunzipSync

Function gunzipSync

  • gunzipSync(data: Uint8Array, opts?: GunzipOptions): Uint8Array
  • Expands GZIP data

    Parameters

    • data: Uint8Array

      The data to decompress

    • Optionalopts: GunzipOptions

      The decompression options

    Returns Uint8Array

    The decompressed version of the data

Settings

Member Visibility
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0