w3c / performance-timeline

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

Add boolean unbufferedEntry to observe() #171

Closed npm1 closed 4 years ago

npm1 commented 4 years ago

This PR adds a boolean that is true if and only if the observer is observing a type that has lost entries to buffering (due to a limit in the buffer size). This boolean is queried on the observer callback. Fixes https://github.com/w3c/performance-timeline/issues/169


Preview | Diff