GoogleChrome / web-vitals-extension

A Chrome extension to measure essential metrics for a healthy site
https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma?hl=en
Apache License 2.0
2.35k stars 105 forks source link

Fix "waiting for input" when FID exists #94

Closed rviscomi closed 3 years ago

rviscomi commented 3 years ago

Fixes https://github.com/GoogleChrome/web-vitals-extension/issues/93

I think the bug was a side-effect of the upgrade to the latest web-vitals.js. The final property seems to be omitted now rather than set to true by default.

image