An open API service indexing awesome lists of open source software.

https://github.com/ulixee/noderdom-detached


https://github.com/ulixee/noderdom-detached

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://github.com/jindw/xmldom), [XMLDOM-TS](https://github.com/backslash47/xmldom), and [JSDOM](https://github.com/jsdom/jsdom).

## Requirements

- [Node v12.x or greater](https://nodejs.org/en/download/)

## 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](LICENSE.md) file for details.