question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Page.loadEventFired timestamp unit

See original GitHub issue

How can I interpret the timestamps of Page.loadEventFired and Page.domContentEventFired? For example 40159.349892. It can’t be milliseconds since the initial request and it can’t be a unix epoch with microseconds either. The documentation lacks this information.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
paulirishcommented, Jul 5, 2017
0reactions
slhckcommented, Jan 10, 2018

Just curious – is there any reason for these timestamps being arbitrary? Couldn’t they be simply Unix epochs with microseconds as in Date.now()?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 5 chrome-remote-interface Code Examples - Snyk
Learn more about how to use chrome-remote-interface, based on chrome-remote-interface code examples created from the most popular ways it is used in public ......
Read more >
Pyppeteer 0.0.25 documentation - GitHub Pages
loadEventFired ', lambda event: self.emit(Page. ... metrics as key/value pairs: * ``Timestamp`` (number): The timestamp when the metrics sample was taken.
Read more >
how to calculate total time for one request from chrome driver ...
I am working on selenium to track network traffic for website. I have followed referred two links: 1. Using Selenium how to get...
Read more >
third_party/blink/public/devtools_protocol/browser_protocol.pdl
This turns on accessibility for the page, which can impact performance until ... Timestamp of the event (in seconds). ... Media query expression...
Read more >
Page$$Event$$DomContentEventFired - javadoc.io
case class DomContentEventFired(timestamp: MonotonicTime) extends Event[Nothing] with Product with Serializable. Linear Supertypes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found