mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
466 B
466 B
Home > puppeteer > Protocol > Input > TimeSinceEpoch
Protocol.Input.TimeSinceEpoch type
UTC time in seconds, counted from January 1, 1970.
Signature:
export type TimeSinceEpoch = number;