Skip to main content
Module

x/denoflate/src/deno/mod.ts>Foras.__wbg_init

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Very Popular
Latest
function Foras.__wbg_init
Re-export
import { Foras } from "https://deno.land/x/denoflate@v2.1.4/src/deno/mod.ts";
const { __wbg_init } = Foras;

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>