class FakeDocument
extends EventTarget
Re-export
import { FakeDocument } from "https://deno.land/x/gluten@0.1.9/src/dom/mod.ts";
Properties
body: DocumentBody
documentElement: DocumentElement
Methods
createElement(tagName: string): WebGLCanvas | HTMLElement
createElementNS(_namespace: string, tagName: string): WebGLCanvas | HTMLElement
createTextNode(_text: string): HTMLElement
getElementById(_id: string): HTMLElement | null
getElementsByTagName(_tagName: string): HTMLElement[]