puppeteer/new-docs/puppeteer.protocol.headlessexperimental.beginframerequest.frametimeticks.md

14 lines
712 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; [HeadlessExperimental](./puppeteer.protocol.headlessexperimental.md) &gt; [BeginFrameRequest](./puppeteer.protocol.headlessexperimental.beginframerequest.md) &gt; [frameTimeTicks](./puppeteer.protocol.headlessexperimental.beginframerequest.frametimeticks.md)
## Protocol.HeadlessExperimental.BeginFrameRequest.frameTimeTicks property
Timestamp of this BeginFrame in Renderer TimeTicks (milliseconds of uptime). If not set, the current time will be used.
<b>Signature:</b>
```typescript
frameTimeTicks?: number;
```