Expand description
Standards-shaped DOM/Web API surface installed onto a superui_js::BoaEngine.
Uses Boa directly (design §4 permits this crate to depend on Boa). Knows nothing about Bevy. Headless-testable.
Functions§
- console_
take - Drain and return the console lines captured so far (for tests).
- install
- Install the full DOM/Web API surface onto
engine. Call once, afterBoaEngine::newand before evaluating author scripts.