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

Make MediaKeySystemConfiguration.sessionTypes a sequence<MediaKeySessionType> #260

Closed
cpearce opened this issue Jul 4, 2016 · 3 comments
Labels

Comments

@cpearce
Copy link

cpearce commented Jul 4, 2016

MediaKeySystemConfiguration.sessionTypes is defined as a sequence<DOMString>. But the values are supposed to be the values from the MediaKeySessionType enum. So why can we just make
MediaKeySystemConfiguration.sessionTypes a sequence<MediaKeySessionType>?

@ddorwin
Copy link
Contributor

ddorwin commented Jul 6, 2016

[I updated the message above to show the template types.]

See #47 for the reason we changed the sequence to be of DOMStrings.

@ddorwin ddorwin added the wontfix label Jul 8, 2016
@ddorwin
Copy link
Contributor

ddorwin commented Jul 8, 2016

I'm going to close this with the explanation above. Feel free to reopen if you disagree.

@ddorwin ddorwin closed this as completed Jul 8, 2016
@cpearce
Copy link
Author

cpearce commented Jul 10, 2016

That makes sense, thanks for pointing out the previous issue explaining this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants