puppeteer/new-docs/puppeteer.protocol.debugger.executewasmevaluatorrequest.md
2020-07-13 14:01:35 +01:00

1.1 KiB

Home > puppeteer > Protocol > Debugger > ExecuteWasmEvaluatorRequest

Protocol.Debugger.ExecuteWasmEvaluatorRequest interface

Signature:

export interface ExecuteWasmEvaluatorRequest 

Properties

Property Type Description
callFrameId CallFrameId WebAssembly call frame identifier to evaluate on.
evaluator string Code of the evaluator module.
timeout Runtime.TimeDelta Terminate execution after timing out (number of milliseconds).