Compresses data using the DEFLATE algorithm.
The data to compress.
The compressed data as a byte array.
const compressed = deflateData(rawData) Copy
const compressed = deflateData(rawData)
Compresses data using the DEFLATE algorithm.