Skip to content

Override type of HTMLMediaElement.readyState #33

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

Merged
merged 1 commit into from
Dec 21, 2015
Merged

Override type of HTMLMediaElement.readyState #33

merged 1 commit into from
Dec 21, 2015

Conversation

MattiasBuelens
Copy link
Contributor

The WebIDL file, reports HTMLMediaElement.readyState to be of type any. According to the specification however, it should be of type unsigned short (which translates to number in TypeScript).

This PR adds an override for HTMLMediaElement.readyState.

@msftclas
Copy link

Hi @MattiasBuelens, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!
We will now validate the agreement and then real humans will evaluate your PR.

TTYL, MSBOT;

@DanielRosenwasser
Copy link
Member

👍

@zhengbli
Copy link
Contributor

👍 LGTM

zhengbli added a commit that referenced this pull request Dec 21, 2015
Override type of HTMLMediaElement.readyState
@zhengbli zhengbli merged commit 3b35bd0 into microsoft:master Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants