jsdom v20.0.2 Release Notes

    • ๐Ÿ›  Fixed xhr.abort() to no longer give an exception when the constructed XMLHttpRequest was invalid. (whamtet)
    • ๐Ÿ›  Fixed event.getModifierState() on MouseEvent and KeyboardEvent instances to properly consult the ctrlKey, altKey, metaKey, and shiftKey properties of the event. (juzerzarif)
    • ๐Ÿ›  Fixed custom element creation to not be affected by any modifications to the window.customElements property. (bicknellr)