- From: Aryeh Gregor <notifications@github.com>
- Date: Sun, 06 Aug 2017 05:45:44 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 6 August 2017 12:46:06 UTC
Fixes #362. All of the removed event types except WheelEvent are unsupported or are supported but cannot be properly initialized in Blink, Gecko, and WebKit. WheelEvent is supported in WebKit with a vendor-prefixed initializer, but WebKit is willing to try dropping it. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/489 -- Commit Summary -- * Remove more types from document.createEvent() -- File Changes -- M dom.bs (10) -- Patch Links -- https://github.com/whatwg/dom/pull/489.patch https://github.com/whatwg/dom/pull/489.diff -- 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/pull/489
Received on Sunday, 6 August 2017 12:46:06 UTC