Skip to content

MediaError missing message property #22673

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

Closed
nikmartin opened this issue Mar 17, 2018 · 1 comment
Closed

MediaError missing message property #22673

nikmartin opened this issue Mar 17, 2018 · 1 comment
Assignees
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 Help Wanted You can do this

Comments

@nikmartin
Copy link

https://github.com/Microsoft/TypeScript/blob/bb23e9601f5ea0b4fe1e97545ef01535fa18a23d/lib/lib.d.ts#L11664

According to spec The MediaError object should have a message:string property:

https://html.spec.whatwg.org/multipage/media.html#dom-mediaerror-message

@mhegazy mhegazy added Bug A bug in TypeScript Help Wanted You can do this Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript labels Mar 26, 2018
@mhegazy mhegazy added this to the Community milestone Mar 26, 2018
@mhegazy
Copy link
Contributor

mhegazy commented Mar 26, 2018

PRs welcomed. You can find more information about contributing lib.d.ts fixes at https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md#contributing-libdts-fixes.

@mhegazy mhegazy modified the milestones: Community, TypeScript 2.9 Apr 2, 2018
@mhegazy mhegazy self-assigned this Apr 2, 2018
@mhegazy mhegazy added the Fixed in TSJS repo Fix merged in https://github.com/Microsoft/TSJS-lib-generator, but not ported yet label Apr 2, 2018
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Apr 2, 2018
@mhegazy mhegazy modified the milestones: TypeScript 2.9, TypeScript 2.8.2 Apr 2, 2018
@mhegazy mhegazy removed the Fixed in TSJS repo Fix merged in https://github.com/Microsoft/TSJS-lib-generator, but not ported yet label Apr 2, 2018
@microsoft microsoft locked and limited conversation to collaborators Jul 25, 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 Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

2 participants