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

Function deflateSync

  • deflateSync(data: Uint8Array, opts?: DeflateOptions): Uint8Array
  • Compresses data with DEFLATE without any wrapper

    Parameters

    • data: Uint8Array

      The data to compress

    • Optionalopts: DeflateOptions

      The compression options

    Returns Uint8Array

    The deflated version of the data

Settings

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