Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.42/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>