UNPKG

split-time

Version:

A JavaScript library for measuring FCP, LCP. Report real user measurements to tracking tool.

16 lines 374 B
export const ifSupported = 'PerformanceObserver' in self && typeof PerformanceObserver === 'function'; export const totalEntryTypes = [ 'element', 'first-input', 'frame', 'largest-contentful-paint', 'layout-shift', 'longtask', 'mark', 'measure', 'navigation', 'paint', 'resource', 'server' ]; //# sourceMappingURL=utils.js.map