Closed
Description
TypeScript Version: 3.2.0-dev.20181110
Search Terms:
- dom.d.ts
- mousewheelevent
Problem
microsoft/TypeScript-DOM-lib-generator#579 removes the definition for MouseWheelEvent,wheelDelta
Although this property is deprecated non-standard (https://developer.mozilla.org/en-US/docs/Web/API/MouseWheelEvent) it was being used in the VS Code code base and potentially elsewhere.
I'll see if VS Code can migrate to use the standard WheelEvent
but am not sure if the current breaking change on MouseWheelEvent
is correct.