Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WheelEvent constructor in lib.d.ts #2416

Closed
bluong opened this issue Mar 18, 2015 · 1 comment
Closed

WheelEvent constructor in lib.d.ts #2416

bluong opened this issue Mar 18, 2015 · 1 comment
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Revisit An issue worth coming back to

Comments

@bluong
Copy link

bluong commented Mar 18, 2015

The WheelEvent constructor should be able to take in an initialized dictionary as described here
https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/WheelEvent

However, the lib.d.ts file does not have this constructor defined

@danquirk danquirk added Bug A bug in TypeScript Revisit An issue worth coming back to Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript labels Mar 18, 2015
@danquirk
Copy link
Member

This part of lib.d.ts is automatically generated from IE's definitions and as you can see on that page IE doesn't support this, which is the cause here. We'll need to revisit this along with the other lib.d.ts bugs that are affected similarly.

@mhegazy mhegazy added this to the TypeScript 1.6 milestone Mar 25, 2015
@mhegazy mhegazy self-assigned this Mar 25, 2015
@mhegazy mhegazy assigned zhengbli and unassigned mhegazy Apr 7, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Apr 17, 2015
@mhegazy mhegazy closed this as completed Apr 17, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Revisit An issue worth coming back to
Projects
None yet
Development

No branches or pull requests

4 participants