performance-observer-polyfill::magnifying_glass_tilted_right:用于PerformanceObserver API的Polyfill

时间:2024-05-29 05:52:45
【文件属性】:

文件名称:performance-observer-polyfill::magnifying_glass_tilted_right:用于PerformanceObserver API的Polyfill

文件大小:158KB

文件格式:ZIP

更新时间:2024-05-29 05:52:45

TypeScript

:magnifying_glass_tilted_right: PerformanceObserver Polyfill 接口是一个JavaScript API,可用于观察以在记录新的性能指标时收到通知。 此polyfill允许使用者在具有基本Performance Timeline支持(即window.performance.getEntries() )但不具有观察者支持的浏览器环境中使用PerformanceObserver接口。 该polyfill的工作原理是在给定的时间间隔上回退对性能时间轴的轮询,并使用所有结果集调用所有订阅的观察者。 快速链接 安装 npm install --save @fastly/performance-observer-polyfill 用法: 作为一个 这会自动“安装” PerformanceObserverPolyfill作为window.PerformanceObserver()如果它检测到不支持P


【文件预览】:
performance-observer-polyfill-master
----.gitignore(183B)
----tsconfig.json(468B)
----README.md(4KB)
----.github()
--------workflows()
----rollup.config.js(2KB)
----LICENSE(1KB)
----polyfill()
--------index.ts(143B)
----package.json(2KB)
----src()
--------observer.spec.ts(5KB)
--------fixtures()
--------entry-list.ts(637B)
--------observer.ts(3KB)
--------entry-list.spec.ts(2KB)
--------index.ts(264B)
--------@types()
--------task-queue.spec.ts(10KB)
--------task-queue.ts(3KB)
----jest.config.js(179B)
----.eslintignore(22B)
----.npmignore(18B)
----.eslintrc.js(1KB)
----package-lock.json(664KB)

网友评论