Skip to main content
Module

x/simple_utility/mod.ts>deflateDecode

A handy utility collection.
Go to Latest
function deflateDecode
import { deflateDecode } from "https://deno.land/x/simple_utility@v0.0.3/mod.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.