puppeteer/new-docs/puppeteer.protocol.input.timesinceepoch.md
2020-07-13 14:01:35 +01:00

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;