ungzip(data[, options]) -> Uint8Array|String
Just shortcut to [[inflate]], because it autodetects format by header.content. Done for convenience.
inflateRaw(data[, options]) -> Uint8Array|String
The same as [[inflate]], but creates raw data, without wrapper (header and adler32 crc).
ungzip(data[, options]) -> Uint8Array|String
Just shortcut to [[inflate]], because it autodetects format by header.content. Done for convenience.