[whatwg/dom] What to do about events removed from createEvent that have no constructors? (#445)

Some events are not currently supported in createEvent, or we want to remove support, but they also have no constructors.  Generally we allow authors to create events that the browser fires (although I don't know why).  What should we do about these?  Leave them in createEvent?  Add constructors?

Examples: BeforeUnloadEvent, TimeEvent.

Related to #362.

@smaug---- @foolip @domenic 

-- 
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/445

Received on Thursday, 20 April 2017 15:29:45 UTC