web-vitals.attribution.js
build (exposed on the window.webVitals.*
namespace).
- web-vitals.base.js
This build has been deprecated.
-An ES module bundle containing just the "base" part of the "base+polyfill" version.
- Use this bundle if (and only if) you've also added thepolyfill.js
script to the <head>
of your pages. See how to use the polyfill for more details.
- web-vitals.base.umd.cjs
This build has been deprecated.
-A UMD version of the web-vitals.base.js
bundle (exposed on the window.webVitals.*
namespace).
web-vitals.base.iife.js
This build has been deprecated.
-An IIFE version of the web-vitals.base.js
bundle (exposed on the window.webVitals.*
namespace).
polyfill.js
This build has been deprecated.
-The "polyfill" part of the "base+polyfill" version. This script should be used with either web-vitals.base.js
, web-vitals.base.umd.cjs
, or web-vitals.base.iife.js
(it will not work with any script that doesn't have "base" in the filename).