mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
498 B
498 B
Home > puppeteer > Protocol > Network > MonotonicTime
Protocol.Network.MonotonicTime type
Monotonically increasing time in seconds since an arbitrary point in the past.
Signature:
export type MonotonicTime = number;