Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-10 | 941 Bytes | |
v18.0.0 source code.tar.gz | 2025-06-10 | 861.2 kB | |
v18.0.0 source code.zip | 2025-06-10 | 1.5 MB | |
Totals: 3 Items | 2.3 MB | 0 |
:bomb: Breaking Changes
- Makes the types for Happy DOM strict - By @capricorn86 in task [#1154]
- This makes it possible to use the option
skipLibCheck
set to "false" in the typescript configuration for projects with a strict configuration - This change has resulted in that some types has changed and is therefore considered as a breaking change
- This makes it possible to use the option
BrowserContext.close()
now throws an error when trying to close the default context of a browser suggesting to close the browser instead - By @capricorn86 in task [#1154]
:art: Features
- Adds support for
Browser.closed
,BrowserContext.closed
,BrowserPage.closed
andBrowserFrame.closed
- By @capricorn86 in task [#1154] - Adds support for
VirtualConsolePrinter.close()
andVirtualConsolePrinter.closed
- By @capricorn86 in task [#1154] - Adds support for
CookieContainer.clearCookies()
- By @capricorn86 in task [#1154]