Skip to main content
Module

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

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/deno_dom@v0.1.33-alpha/build/deno-wasm/deno-wasm.d.ts";

Properties

readonly
memory: WebAssembly.Memory
readonly
parse: (
a: number,
b: number,
c: number,
) => void
readonly
parse_frag: (
a: number,
b: number,
c: number,
) => void
readonly
__wbindgen_add_to_stack_pointer: (a: number) => number
readonly
__wbindgen_malloc: (a: number) => number
readonly
__wbindgen_realloc: (
a: number,
b: number,
c: number,
) => number
readonly
__wbindgen_free: (a: number, b: number) => void