w3c / performance-timeline

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

Add entry list to PerformanceObserverEntryList #170

Closed npm1 closed 4 years ago

npm1 commented 4 years ago

This PR fixes https://github.com/w3c/performance-timeline/issues/167. It does so by adding an associated list to PerformanceObserverEntryList and setting it upon construction. This way, the algorithms used in the getter methods actually make sense, as they require a raw list.

This PR also fixes a couple of links that are currently broken.


Preview | Diff