inflateRaw

external fun inflateRaw(data: Uint8Array<*>, options: InflateOptions = definedExternally): Uint8Array<ArrayBuffer>(source)
external fun inflateRaw(data: ArrayBuffer, options: InflateOptions = definedExternally): Uint8Array<ArrayBuffer>(source)
external fun inflateRaw(data: Uint8Array<*>, options: InflateToStringOptions): String(source)

The same as inflate, but creates raw data, without wrapper (header and adler32 crc).