Expand description
DevTools bridge for page JavaScript.
Exposes __orinium_devtools(method, paramsJson), returning a
Promise<string> with a JSON envelope. Requests are handled by the
browser UI and resolved via JsRuntime::resolve_devtools.
Structsยง
- JsDev
Tools Request - An inspection request queued by page JavaScript via
__orinium_devtools, waiting to be answered by the browser UI.