文件名称:slimdom.js:针对节点和浏览器的快速,小型,符合标准的XML DOM实现
文件大小:132KB
文件格式:ZIP
更新时间:2024-02-27 08:23:25
xml w3c dom-api XMLTypeScript
苗条 针对节点和浏览器的快速,微型,符合标准的XML DOM实现。 这是的(部分)实现,最后一次更新为2019年3月1日,这是,最后更新为2019年2月11日。有关详细信息,请参见下面的“功能和限制”部分。包括什么,不包括什么。 安装 苗条库可以使用npm或yarn安装: npm install --save slimdom 要么 yarn add slimdom 该软件包包括一个与通用JS兼容的UMD软件包( dist/slimdom.js )和一个ES6模块( dist/slimdom.mjs )。 这意味着它应可在支持ES2017标准或更高版本的大多数JavaScript环境中
【文件预览】:
slimdom.js-main
----rollup.config.js(1KB)
----package.json(2KB)
----.github()
--------workflows()
----test()
--------Text.tests.ts(11KB)
--------Comment.tests.ts(3KB)
--------MutationObserver.tests.ts(16KB)
--------unsafe.tests.ts(1KB)
--------dom-parsing()
--------ProcessingInstruction.tests.ts(1KB)
--------XMLDocument.tests.ts(533B)
--------DocumentFragment.tests.ts(6KB)
--------Attr.tests.ts(4KB)
--------mutationAlgorithms.tests.ts(14KB)
--------CDATASection.tests.ts(1KB)
--------examples()
--------NodeType.tests.ts(1KB)
--------DocumentType.tests.ts(3KB)
--------Document.tests.ts(11KB)
--------Range.tests.ts(13KB)
--------DOMImplementation.tests.ts(3KB)
--------Element.tests.ts(27KB)
----api-extractor.json(431B)
----api()
--------slimdom.api.md(17KB)
--------slimdom.api.json(349KB)
----LICENSE(1KB)
----src()
--------DOMImplementation.ts(6KB)
--------unsafe.ts(2KB)
--------Element.ts(29KB)
--------Attr.ts(5KB)
--------dom-parsing()
--------mixins.ts(3KB)
--------DocumentType.ts(3KB)
--------XMLDocument.ts(629B)
--------CDATASection.ts(1KB)
--------DocumentFragment.ts(3KB)
--------Text.ts(5KB)
--------Node.ts(12KB)
--------context()
--------util()
--------mutation-observer()
--------Comment.ts(1KB)
--------index.ts(3KB)
--------CharacterData.ts(9KB)
--------Range.ts(19KB)
--------Document.ts(13KB)
--------ProcessingInstruction.ts(1KB)
----tsconfig.json(251B)
----.gitignore(70B)
----.npmrc(22B)
----README.md(9KB)
----tsconfig.build.json(212B)
----.vscode()
--------launch.json(349B)
--------tasks.json(235B)