Functions§
- install_
atob_ btoa - install_
crypto_ subtle - Define the full WebCrypto method set on globalThis.crypto.subtle.
- install_
event_ source - install_
local_ storage - Install localStorage on the global (CLI surface; browser pages keep servo’s own implementation, so installation only fills a missing slot).
- install_
performance - install_
queue_ microtask - install_
web_ encodings - install_
websocket_ constructor - ws_
has_ pending - True while any WebSocket on this thread is connecting or open. Wired into
the event-loop liveness checks (
timers::drain_and_checkreturn value) so the eval loop keeps draining while WS traffic is in flight. - ws_
pump_ all - Pump all WebSockets on this thread. Called from
timers::drain_and_check,timers::drain_one_pass, and the servo node-realm evaluate entry.