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

Got it, [this](<http://docs.w3cub.com/dom/xmlhttprequest/>) helped me.
So what I don't understand in terms of implementation is how come by default there's PropertyDescriptor on `window.XMLHttpRequest.prototype` for `onreadystatechange` and not all the other events (consistent between Safari, Chrome, Firefox)

-- 
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#issuecomment-419113266

Received on Thursday, 6 September 2018 14:26:38 UTC