decompress
Decompress a gzip (or bare zlib) stream and return the inflated bytes.
Throws
InflateError.INVALID_GZIP_HEADER if no valid header, InflateError.INFLATED_DATA_TOO_LARGE if the cap is hit, or a DEFLATE-level error.
Decompress a gzip (or bare zlib) stream and return the inflated bytes.
InflateError.INVALID_GZIP_HEADER if no valid header, InflateError.INFLATED_DATA_TOO_LARGE if the cap is hit, or a DEFLATE-level error.