- Fixed
xhr.abort()
to no longer give an exception when the constructedXMLHttpRequest
was invalid. (whamtet) - Fixed
event.getModifierState()
onMouseEvent
andKeyboardEvent
instances to properly consult thectrlKey
,altKey
,metaKey
, andshiftKey
properties of the event. (juzerzarif) - Fixed custom element creation to not be affected by any modifications to the
window.customElements
property. (bicknellr)