-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
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
Add toJSON() to PerformanceTiming and PerformanceNavigation #24126
Conversation
Preview URLs
External URLs (2)URL:
URL:
(comment last updated: 2023-02-03 12:29:23) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! I agree, no need to provide examples here. Some suggestions but otherwise LGTM.
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
I used: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEventTiming/toJSON as the template.
I didn't add an example as:
Crafting new examples for these interfaces would have be a loss of time.
This is part of openwebdocs/project#152