Before Chrome 78, performance.measure
did not return PerformanceMeasure
. This polyfills that cabability according to the User Timing spec and borrowing some from Deno's performance web extension.
maheshsundaram/performance-measure-polyfill
Before Chrome 78, `performance.measure` did not return `PerformanceMeasure`. This polyfills that cabability.
TypeScript