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

21 lines
1.1 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ExecuteWasmEvaluatorRequest](./puppeteer.protocol.debugger.executewasmevaluatorrequest.md)
## Protocol.Debugger.ExecuteWasmEvaluatorRequest interface
<b>Signature:</b>
```typescript
export interface ExecuteWasmEvaluatorRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [callFrameId](./puppeteer.protocol.debugger.executewasmevaluatorrequest.callframeid.md) | [CallFrameId](./puppeteer.protocol.debugger.callframeid.md) | WebAssembly call frame identifier to evaluate on. |
| [evaluator](./puppeteer.protocol.debugger.executewasmevaluatorrequest.evaluator.md) | string | Code of the evaluator module. |
| [timeout](./puppeteer.protocol.debugger.executewasmevaluatorrequest.timeout.md) | [Runtime.TimeDelta](./puppeteer.protocol.runtime.timedelta.md) | Terminate execution after timing out (number of milliseconds). |