Skip to main content
Module

x/deno_dom/build/deno-wasm/deno-wasm.d.ts>default

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
function default
import { default } from "https://deno.land/x/deno_dom@v0.1.33-alpha/build/deno-wasm/deno-wasm.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>