* Runs script with given id in a given context.
(params: Runtime.RunScriptParams)
| 19084 | * Runs script with given id in a given context. |
| 19085 | */ |
| 19086 | runScript(params: Runtime.RunScriptParams): Promise<Runtime.RunScriptResult | undefined>; |
| 19087 | |
| 19088 | /** |
| 19089 | * Enables or disables async call stacks tracking. |
no outgoing calls
no test coverage detected