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

Function inflateSync

  • inflateSync(data: Uint8Array, opts?: InflateOptions): Uint8Array
  • Expands DEFLATE data with no wrapper

    Parameters

    • data: Uint8Array

      The data to decompress

    • Optionalopts: InflateOptions

      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