Returns a handle to a collection of direct subnodes ("children") of this DOM (i.e. )
Frees the underlying WebAssembly memory associated to this DOM
Calling this function will invalidate any handle that points to this DOM in any way. Attempting to use a resource after it's been freed will throw an exception.
Looks up an element by its ID
If ID tracking was previously enabled, this operation is ~O(1), otherwise it is O(n)
Returns an array of nodes that match the given class name
Returns the inner HTML of this document.
Returns the number of elements in the DOM
Returns a handle to a collection of all elements in the DOM
Returns a handle to the HTML node that matches the given CSS selector
Returns an array of handles to the HTML nodes that match the given CSS selector
Returns the version of this HTML document
Generated using TypeDoc
The main DOM