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
Calling onINP triggers a JavaScript error in Firefox 88 (and older). It's totally fine that this library doesn't (fully) support older browsers, of course, but maybe throwing this JavaScript error could be avoided.
Uncaught ReferenceError: PerformanceEventTiming is not defined
Q https://unpkg.com/web-vitals@3?module:1
C https://unpkg.com/web-vitals@3?module:1
Q https://unpkg.com/web-vitals@3?module:1
<anonymous> test.html:3
The text was updated successfully, but these errors were encountered:
Calling
onINP
triggers a JavaScript error in Firefox 88 (and older). It's totally fine that this library doesn't (fully) support older browsers, of course, but maybe throwing this JavaScript error could be avoided.Reduced test-case:
Resulting error:
The text was updated successfully, but these errors were encountered: