21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [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). |
|
|
|