-
基于三链表的DOM实现方案:linkedom
资源介绍
:link: Linkedom
社交媒体,
基于三重链接的列表的DOM,其目标如下:
即使在最重的条件下,也要避免最大程度的调用堆栈/递归或崩溃。
保证从小到大文件的线性性能。
接近当前的DOM标准,但是。
import { DOMParser , parseHTML } from 'linkedom' ;
// Standard way: text/html, text/xml, image/svg+xml, etc...
// const document = (new DOMParser).parseFromString(html, 'text/html');
// Simplified way for HTML
const {
// note, these are *not* globals
window , document , customElements ,
- 上一篇: 腾讯2015实习生招聘TST推荐模板
- 下一篇: 2014腾讯春季实习笔试试题