[Webkit-unassigned] [Bug 225305] New: PerformanceObserver: buffered flag not working in Paint Timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 07:34:39 PDT 2021


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

            Bug ID: 225305
           Summary: PerformanceObserver: buffered flag not working in
                    Paint Timing
           Product: WebKit
           Version: Safari 14
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: npm at chromium.org

The PerformanceObserver's buffered flag is implemented and works in, for instance, Resource Timing. But it does not seem to work in Paint Timing.

Test: go to any website, let it load, then run this on the console:
new PerformanceObserver((l)=>console.log(l.getEntries())).observe({type:'paint', buffered: true})

It is expected to show the Paint Timing entry, but it does not work.

See https://github.com/GoogleChrome/web-vitals/pull/139 for more info.

-- 
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/20210503/2d07a069/attachment.htm>


More information about the webkit-unassigned mailing list