Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/foras/wasm/pkg/foras.d.ts>default

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Go to Latest
function default
import { default } from "https://deno.land/x/foras@2.0.3/wasm/pkg/foras.d.ts";

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>