ulixee / noderdom-detached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noderdom library

A TypeScript implementation of W3C DOM for Node.js. Fully compatible with W3C DOM level2; and some compatibility with level3. Supports DOMParser, XMLSerializer and DOMImplementation interface.

Based on the work of XMLDOM, XMLDOM-TS, and JSDOM.

Requirements

Usage

Install with yarn or npm:

yarn add noderdom-detached
# npm install noderdom-detached

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%Language:Shell 0.0%