puppeteer/new-docs/puppeteer.protocol.debugger.evaluateoncallframerequest.timeout.md

14 lines
614 B
Markdown
Raw Normal View History

<!-- 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; [EvaluateOnCallFrameRequest](./puppeteer.protocol.debugger.evaluateoncallframerequest.md) &gt; [timeout](./puppeteer.protocol.debugger.evaluateoncallframerequest.timeout.md)
## Protocol.Debugger.EvaluateOnCallFrameRequest.timeout property
Terminate execution after timing out (number of milliseconds).
<b>Signature:</b>
```typescript
timeout?: Runtime.TimeDelta;
```