Expand description
DOM API Bindings for JavaScript
Bridges the JS VM with the DOM tree, providing document.getElementById, element manipulation, event listener registration, timers (setTimeout/ setInterval), and console output.
Structs§
- DomApi
- Bridge between JS VM and DOM tree
- DomNode
- Simplified DOM node for JS bindings
- Timer
Entry - Timer entry for setTimeout/setInterval
- Timer
Queue - Timer queue managing setTimeout/setInterval