We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The timestamp of the 'open' notification (when using the 'notifySteps' option) is erroneous (not coherent with the other timestamps).
It is probably due to a buggy or incomplete implementation of the performance API in Safari.
performance
The text was updated successfully, but these errors were encountered:
This stack overflow question has the answer: https://stackoverflow.com/questions/51110394/knowing-the-time-origin-of-events-timestamp/51117568#51117568.
The issue seems solve in new versions though. It might not be worth fixing even though this is little code to add.
Sorry, something went wrong.
No branches or pull requests
The timestamp of the 'open' notification (when using the 'notifySteps' option) is erroneous (not coherent with the other timestamps).
It is probably due to a buggy or incomplete implementation of the
performance
API in Safari.The text was updated successfully, but these errors were encountered: