没有合适的资源?快使用搜索试试~ 我知道了~
overlooker-element-timing:用于测量元素时序的软件包更简单
共15个文件
js:4个
json:2个
yml:2个
需积分: 5 0 下载量 82 浏览量
2021-04-02
22:51:52
上传
评论
收藏 68KB ZIP 举报
温馨提示
旁观者元素计时 安装 npm i overlooker-element-timing 用法 添加Overlooker Element Timing是一个分为两个步骤的过程。 首先,您需要在文档的开头添加一段代码(在运行任何其他脚本之前)。 此代码段创建PerformanceObserver实例,并开始观察元素条目类型。 if ( ! window . oet ) { window . oet = [ ] ; } if ( PerformanceObserver ) { new PerformanceObserver ( function ( l ) { window . oet . push . apply ( window . oet , l . getEntries ( ) ) ; } ) . observe ( { entryTypes : [ 'element' ] } ) ;
资源推荐
资源详情
资源评论
收起资源包目录
overlooker-element-timing-master.zip (15个子文件)
overlooker-element-timing-master
.gitignore 64B
README.md 2KB
.github
workflows
tagged-release.yml 669B
rollup.config.js 309B
index.embed.js 142B
index.test.js 4KB
LICENSE 11KB
package.json 720B
.babelrc 40B
index.js 3KB
index.d.ts 896B
.npmignore 58B
.travis.yml 37B
.editorconfig 296B
package-lock.json 262KB
共 15 条
- 1
资源评论
LunaKnight
- 粉丝: 36
- 资源: 4705
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功