Skip to main content

Module devtools

Module devtools 

Source
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ยง

JsDevToolsRequest
An inspection request queued by page JavaScript via __orinium_devtools, waiting to be answered by the browser UI.