⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module dom_bindings

Module dom_bindings 

Source
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
TimerEntry
Timer entry for setTimeout/setInterval
TimerQueue
Timer queue managing setTimeout/setInterval