Expand description
Browser runtime APIs in pure Rust: atob, btoa, escape, unescape.
These are NOT ECMAScript spec — they’re Web API / browser globals. Implemented in Rust for fast-path evaluation without Node.js.
Functions§
- call
- Evaluate a browser runtime function.