Fixes https://github.com/w3c/performance-timeline/issues/158. This PR fixes observe() so that the task that dispatched PerformanceObserver callbacks is queued whenever the buffered flag is used. This lets an observer receive buffered entries even if no other entries are later queued into the performance timeline.
Fixes https://github.com/w3c/performance-timeline/issues/158. This PR fixes observe() so that the task that dispatched PerformanceObserver callbacks is queued whenever the buffered flag is used. This lets an observer receive buffered entries even if no other entries are later queued into the performance timeline.
Preview | Diff