w3c / performance-timeline

Performance Timeline
https://w3c.github.io/performance-timeline/
Other
111 stars 34 forks source link

"Queue a navigation performance entry" doesn't seem to be used #209

Closed yoavweiss closed 7 months ago

yoavweiss commented 9 months ago

Navigation Timing defines its own algorithm for that. (which also doesn't seem to be called from anywhere)

^^ @noamr

noamr commented 9 months ago

It's called from the HTML spec, here: https://html.spec.whatwg.org/#the-end:queue-the-navigation-timing-entry

clelland commented 9 months ago

That algorithm in Navigation Timing should be calling "Queue a navigation performance entry" rather than "queue a performance entry" in the link from "queue".