pl.wendigo.chrome.api.runtime / GlobalLexicalScopeNamesRequest

GlobalLexicalScopeNamesRequest

data class GlobalLexicalScopeNamesRequest (source)

Represents request frame that can be used with Runtime#globalLexicalScopeNames operation call.

Returns all let, const and class variables from global scope.

Link
Runtime#globalLexicalScopeNames method documentation.

See Also

RuntimeOperations.globalLexicalScopeNames

Constructors

<init>

GlobalLexicalScopeNamesRequest(executionContextId: ExecutionContextId? = null)

Represents request frame that can be used with Runtime#globalLexicalScopeNames operation call.

Properties

executionContextId

val executionContextId: ExecutionContextId?

Specifies in which execution context to lookup global scope variables.