Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function deflateDecode
import { deflateDecode } from "https://deno.land/x/simple_utility@v0.0.7/src/deflate.ts";

Decompress "deflate" format (RFC1951) binary. Binaries containing header information like "gzip" (RFC1952) or "zlib" (RFC1950) cannot be decompressed.

Parameters

data: Uint8Array

"deflate" compressed byte array.