You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library can work around this issue by checking performance.getEntriesByName('first-contentful-paint') first before registering the PerformanceObserver.
In Safari 14.1, the Paint Timing API is now supported, but use with
PerformanceObserver
and thebuffered
flag is not. See Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=225305This library can work around this issue by checking
performance.getEntriesByName('first-contentful-paint')
first before registering thePerformanceObserver
.Related issue: #139
The text was updated successfully, but these errors were encountered: