Re: [whatwg/dom] initEvent should not require three parameters (#387)

In WebKit, parameters to all init*Event() methods are optional (except for initCustomEvent). The same appears to be true for Chrome based on grep'ing of their code.

Note that the parameters to initCustomEvent() were optional in WebKit until recently (not even sure this shipped in Safari yet).

-- 
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/387#issuecomment-270188238

Received on Tuesday, 3 January 2017 18:38:12 UTC