🎨 Features
- Adds support for Window.Headers, Window.Response and Window.Request. (#317)
- Uses the "URLSearchParams" class from the Node "url" package instead of a custom implementation. (#317)
- Adds support for Blob.text(). (#317)
- Improves the async task manager used when calling Window.happyDOM.whenAsyncComplete(). (#317)
👷♂️ Patch fixes
- Fixes problem with [].constructor not being the same as the Array class. (#430)