@happy-dom/global-registrator
Advanced tools
Comparing version
{ | ||
"name": "@happy-dom/global-registrator", | ||
"version": "2.46.3", | ||
"version": "2.47.0", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/global-registrator", | ||
"dependencies": { | ||
"happy-dom": "^2.46.3" | ||
"happy-dom": "^2.47.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "fe81df36bd6769ba957d02e3846ef24cb8f1e39a" | ||
"gitHead": "c09cdfe99691f48cd5030628e4ad05397dcedee2" | ||
} |
@@ -6,6 +6,8 @@  | ||
A [JSDOM](https://github.com/jsdom/jsdom) alternative with focus on performance. | ||
[Happy DOM](https://github.com/capricorn86/happy-dom) is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG [DOM](https://dom.spec.whatwg.org/) and [HTML](https://html.spec.whatwg.org/multipage/). | ||
[Happy DOM](https://github.com/capricorn86/happy-dom) aim to support the most common functionality of a web browser. | ||
The goal of [Happy DOM](https://github.com/capricorn86/happy-dom) is to emulate enough of a web browser to be useful for testing, scraping web sites and server-side rendering. | ||
[Happy DOM](https://github.com/capricorn86/happy-dom) focuses heavily on performance and can be used as an alternative to [JSDOM](https://github.com/jsdom/jsdom). | ||
This package contains a utility that registers [Happy DOM](https://github.com/capricorn86/happy-dom) globally, which makes it possible to use [Happy DOM](https://github.com/capricorn86/happy-dom) for testing in a Node environment. | ||
@@ -20,2 +22,4 @@ | ||
- Declarative Shadow DOM | ||
- Mutation Observer | ||
@@ -22,0 +26,0 @@ |
11931
3.83%104
4%Updated