jsdom/jsdom
### [`v21.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2100)
[Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.3...21.0.0)
A potentially-breaking bug fix:
- Fixed the `window`, `document`, `location`, and `top` properties of `Window` to be non-configurable. (ExE-Boss)
Other changes:
- Added support for `` submitting forms. (jenseng)
- Added the `location` setter to the `Window` object, which forwards to the `location.href` setter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)
- Fixed `defer=""` ` Githubissues.
Githubissues is a development platform for aggregating issues.
This PR contains the following updates:
^20.0.3
->^21.0.0
Release Notes
jsdom/jsdom
### [`v21.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2100) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.3...21.0.0) A potentially-breaking bug fix: - Fixed the `window`, `document`, `location`, and `top` properties of `Window` to be non-configurable. (ExE-Boss) Other changes: - Added support for `` submitting forms. (jenseng) - Added the `location` setter to the `Window` object, which forwards to the `location.href` setter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss) - Fixed `defer=""` ` Githubissues.