We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do I understand this correctly: this is the number of milliseconds since the initial pageload?
The text was updated successfully, but these errors were encountered:
Yes, that's correct. It uses the event.timeStamp property: https://developer.mozilla.org/en-US/docs/Web/API/Event/timeStamp
event.timeStamp
Sorry, something went wrong.
Does it refer to another moment than this
Yes, it does. Have a look at the demo: https://mauriciolauffer.github.io/openui5-error-collector/demo/index.html
No branches or pull requests
Do I understand this correctly: this is the number of milliseconds since the initial pageload?
The text was updated successfully, but these errors were encountered: