文件名称:shadow-query:用于编写普通Web组件的Mcro库
文件大小:107KB
文件格式:ZIP
更新时间:2024-03-08 07:46:53
JavaScript
影子查询 用于编写普通Web组件的微库 ShadowQuery是一个很小的实用程序库(2k丑化的gzip,约有350行代码,不含注释,撰写本文时未添加新行)实用程序库,可帮助开发高性能香草Web组件。 它的某些API语法让人想起适用于Shadow DOM的Web开发专家jQuery,因此得名。 Tiny :demo / dbmonster.html是一个10K以下的独立HTML应用程序(无需服务器即可加载到Chrome或Firefox中,对于其他浏览器,您可能需要添加更多polyfill)。 高性能:影子查询dbmonster是其中最快的dbmonster之一,是最低的内存占用量之一。 ...以及100行结构良好的代码和模板中的所有内容 <!DOCTYPE html > < html > < head > < script type =" module " > import $
【文件预览】:
shadow-query-master
----.eslintrc.json(611B)
----demo()
--------helloWorld()
--------dbmonster.html(6KB)
--------todo()
--------helloFramework()
--------dialog.html(7KB)
--------README.md(1KB)
--------extend()
--------todoRedux()
----LICENSE(1KB)
----test()
--------.eslintrc.json(33B)
--------events.mjs(6KB)
--------insertion.mjs(3KB)
--------className.mjs(2KB)
--------initialization.mjs(3KB)
--------test.html(1KB)
--------content.mjs(4KB)
--------template.mjs(3KB)
----shadowQuery.min.mjs(8KB)
----README.md(3KB)
----shadowQuery.mjs(29KB)
----.gitignore(20B)
----package-lock.json(117KB)
----documentation()
--------motivation()
--------README.md(354B)
--------api()
--------introduction()
----package.json(2KB)
----CHANGELOG(2KB)