- Fixed
xhr.abort()to no longer give an exception when the constructedXMLHttpRequestwas invalid. (@whamtet) - Fixed
event.getModifierState()onMouseEventandKeyboardEventinstances to properly consult thectrlKey,altKey,metaKey, andshiftKeyproperties of the event. (@juzerzarif) - Fixed custom element creation to not be affected by any modifications to the
window.customElementsproperty. (@bicknellr)