[whatwg/dom] Is document.createEvent("progressevent") really useful? (#289)

Is document.createEvent("progressevent") really useful?

The DOM specification says this should be supported:
https://dom.spec.whatwg.org/#dom-document-createevent

However, I don't think this is really useful given that ProgressEvent does not have an initProgressEvent() operation:
https://xhr.spec.whatwg.org/#interface-progressevent

---
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/dom/issues/289

Received on Thursday, 4 August 2016 00:02:33 UTC