- Fixed a regression that broke
customElements.get()
in v16.5.0. (fdesforges) - Fixed
window.event
to have a setter which overwrites thewindow.event
property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable namedevent
in the jsdom context.