文件名称:WebComponentsSupport:用于检测当前对构建 Web 组件的常用功能的支持的库
文件大小:46KB
文件格式:ZIP
更新时间:2024-07-24 05:09:49
JavaScript
网页组件支持 运行一些测试来评估浏览器对 Web 组件的支持水平。 WebComponentsSupport ( window , function ( results ) { // results will hold an object with four keys // output it to the console: console . log ( JSON . stringify ( results , null , 2 ) ) ; } ) ; 浏览器中的输出可能是这样的,完整的 Web 组件支持: { "customElements": { "available": true, "implementation": "native" }, "shadowDOM": { "available": true, "implem
【文件预览】:
WebComponentsSupport-master
----WebComponentsSupport.js(3KB)
----examples()
--------index.html(453B)
--------libs()
--------index-with-polyfill.html(509B)
----README.md(1KB)
----package.json(705B)