[Webkit-unassigned] [Bug 236155] PerformanceObserver should work with {type: 'paint', buffered: true }

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 09:48:36 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236155

--- Comment #5 from Andrew Scheuermann <andrewscheuermann at gmail.com> ---
To clarify, the "Steps to reproduce" show a PerformanceObserver that is created with {type: 'paint', buffered: true}. The presence of the buffered parameter means that the PerformanceObserver callback should invoke with paint entries that occurred ~before~ the observer is added.

You can reproduce this buffered behavior on Chrome, Firefox, Opera, and Edge by copying in the code at any time after the initial paint occurs.


I've updated the bug description to "PerformanceObserver should work with {type: 'paint', buffered: true }"

https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/observe#parameters

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220209/d1a386b0/attachment-0001.htm>


More information about the webkit-unassigned mailing list