Skip to content
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 nodejs data for PerformanceResourceTiming #25010

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Nov 8, 2024

Summary

most are taken from documentation:

https://nodejs.org/docs/latest/api/globals.html#performanceresourcetiming
https://nodejs.org/docs/latest/api/perf_hooks.html#class-performanceresourcetiming

but, note that initiatorType, nextHopProtocol, responseStart, deliveryType and responseStatus does not has its documentation, thus can not determine its version number via documentation (docs issue fired at nodejs/node#55793)

most are implemented via nodejs/node#42725, in https://nodejs.org/zh-cn/blog/release/v16.17.0 and https://nodejs.org/zh-cn/blog/release/v18.2.0; also confirmed nextHopProtocol and responseStart is implemented here (here initiatorType may return from toJSON() method, but can not access directly)

initiatorType is implemented via nodejs/node#43593, in https://nodejs.org/zh-cn/blog/release/v16.17.0 and https://nodejs.org/zh-cn/blog/release/v18.6.0

deliveryType and responseStatus is implemented via nodejs/node#51589, in https://nodejs.org/zh-cn/blog/release/v22.2.0

Test results and supporting details

Related issues

@skyclouds2001 skyclouds2001 marked this pull request as ready for review November 8, 2024 21:55
@caugner caugner added the nodejs Data about Node.js label Nov 12, 2024
@github-actions github-actions bot added the data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. nodejs Data about Node.js
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants