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

format timestamp in popup instead of blocking main thread #121

Closed brendankenny closed 1 year ago

brendankenny commented 1 year ago

fixes #107

Timestamp has to go back through chrome.runtime.sendMessage() as a JSON compatible string, so this works as well as any other way.