-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add PerformanceResourceTiming #1118
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
Conversation
api/PerformanceResourceTiming.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/workerStart", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": "4.4" |
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.
Please change to 43. Android webview follows Chrome numbering, not Android numbering.
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.
That’s what is written on the MDN page, I just copied the data to the new format.
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.
The MDN page is wrong. Refer to the Chrome Platform Status to see how Chrome itself numbers things.
d9a2c50 to
93e7076
Compare
Elchi3
left a comment
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.
Thanks, nice work!
Two things and this should be good to go:
- https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/connectStart is missing here
- @chrisdavidmills added "available in workers" just recently. please add that as a sub feature below PerformanceResourceTiming like so:
"worker_support": {
"__compat": {
"description": "Available in workers",
"support": {a6963c3 to
1b0c49d
Compare
Elchi3
left a comment
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.
Thank you!
This adds the browser compatibility table data for the
PerformanceResourceTimingAPI.I chose to do this one because the table being inaccurate caused us some issues when I helped Cloudflare with porting their Claire extension to Firefox (see cloudflare/claire#49 (comment)).