Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 680 Bytes

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.