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