import * as simpleUtility from "https://deno.land/x/simple_utility@v2.3.2/src/pure/deflate.ts";
Functions
Decompress DEFLATE format binary.
Default codec is DEFLATE with no header (RFC-1951) and name in WebAPI specification is | |
Compress binary with DEFLATE format.
Default codec is DEFLATE with no header (RFC-1951) and name in WebAPI specification is |