Package org.hildan.chrome.devtools.domains.runtime
See: Description
-
Class Summary Class Description AwaitPromiseRequest Request object containing input parameters for the RuntimeDomain.awaitPromise command. AwaitPromiseResponse Response type for the RuntimeDomain.awaitPromise command. CallFunctionOnRequest Request object containing input parameters for the RuntimeDomain.callFunctionOn command. CallFunctionOnResponse Response type for the RuntimeDomain.callFunctionOn command. CompileScriptRequest Request object containing input parameters for the RuntimeDomain.compileScript command. CompileScriptResponse Response type for the RuntimeDomain.compileScript command. EvaluateRequest Request object containing input parameters for the RuntimeDomain.evaluate command. EvaluateResponse Response type for the RuntimeDomain.evaluate command. GetIsolateIdResponse Response type for the RuntimeDomain.getIsolateId command. GetHeapUsageResponse Response type for the RuntimeDomain.getHeapUsage command. GetPropertiesRequest Request object containing input parameters for the RuntimeDomain.getProperties command. GetPropertiesResponse Response type for the RuntimeDomain.getProperties command. GlobalLexicalScopeNamesRequest Request object containing input parameters for the RuntimeDomain.globalLexicalScopeNames command. GlobalLexicalScopeNamesResponse Response type for the RuntimeDomain.globalLexicalScopeNames command. QueryObjectsRequest Request object containing input parameters for the RuntimeDomain.queryObjects command. QueryObjectsResponse Response type for the RuntimeDomain.queryObjects command. ReleaseObjectRequest Request object containing input parameters for the RuntimeDomain.releaseObject command. ReleaseObjectGroupRequest Request object containing input parameters for the RuntimeDomain.releaseObjectGroup command. RunScriptRequest Request object containing input parameters for the RuntimeDomain.runScript command. RunScriptResponse Response type for the RuntimeDomain.runScript command. SetAsyncCallStackDepthRequest Request object containing input parameters for the RuntimeDomain.setAsyncCallStackDepth command. SetCustomObjectFormatterEnabledRequest Request object containing input parameters for the RuntimeDomain.setCustomObjectFormatterEnabled command. SetMaxCallStackSizeToCaptureRequest Request object containing input parameters for the RuntimeDomain.setMaxCallStackSizeToCapture command. AddBindingRequest Request object containing input parameters for the RuntimeDomain.addBinding command. RemoveBindingRequest Request object containing input parameters for the RuntimeDomain.removeBinding command. RuntimeDomain Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. RemoteObject Mirror object referencing original JavaScript object. CustomPreview Official doc ObjectPreview Object containing abbreviated remote object value. PropertyPreview Official doc EntryPreview Official doc PropertyDescriptor Object property descriptor. InternalPropertyDescriptor Object internal property descriptor. PrivatePropertyDescriptor Object private field descriptor. CallArgument Represents function call argument. ExecutionContextDescription Description of an isolated world. ExceptionDetails Detailed information about exception (or error) that was thrown during script compilation or execution. CallFrame Stack entry for runtime errors and assertions. StackTrace Call frames for assertions or error messages. StackTraceId If debuggerIdis set stack trace comes from another debugger and can be resolved there.RuntimeJSEvaluationException Thrown when the evaluation of some JS expression went wrong. RuntimeExtensionsKt