pl.wendigo.chrome / DevToolsProtocol / Runtime

Runtime

val Runtime: RuntimeOperations (source)

Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.

Link
https://chromedevtools.github.io/devtools-protocol/tot/Runtime

Getter

Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.

Getter Link
https://chromedevtools.github.io/devtools-protocol/tot/Runtime