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.
Install with yarn or npm:
yarn add noderdom-detached
# npm install noderdom-detached
This project is licensed under the MIT License - see the LICENSE.md file for details.