💣 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 - By @capricorn86 in task #1154
🎨 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