Skip to content

doc: add missing PerformanceResourceTiming properties#61844

Open
aviu16 wants to merge 1 commit intonodejs:mainfrom
aviu16:doc-perf-resource-timing-missing-props
Open

doc: add missing PerformanceResourceTiming properties#61844
aviu16 wants to merge 1 commit intonodejs:mainfrom
aviu16:doc-perf-resource-timing-missing-props

Conversation

@aviu16
Copy link

@aviu16 aviu16 commented Feb 15, 2026

was looking at the perf_hooks docs and noticed a bunch of PerformanceResourceTiming properties that exist in the source (resource_timing.js) but arent in the docs at all. added docs for initiatorType, nextHopProtocol, responseStart, deliveryType and responseStatus.

Fixes: #55793

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API. labels Feb 15, 2026
these 5 properties were implemented but never got documented:
initiatorType, nextHopProtocol, responseStart, deliveryType,
responseStatus

Fixes: nodejs#55793
@aviu16 aviu16 force-pushed the doc-perf-resource-timing-missing-props branch from 2ead205 to 4ce8b93 Compare February 15, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing doc for PerformanceResourceTiming.{initiatorType, nextHopProtocol, responseStart, deliveryType and responseStatus}

2 participants