[whatwg/xhr] How come `onreadystatechange` is the only event handler defined by default ? (#222)

https://xhr.spec.whatwg.org/#idl-index

`onreadystatechange` is defined in the constructor but not other event handlers.
Which causes it to have a propertyDescriptor while other event handlers don't.
How come ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/222

Received on Thursday, 6 September 2018 09:59:27 UTC