Closed
Description
We currently rely on MediaKeys.isTypeSupported, which is deprecated and has been removed from recent drafts of the EME spec. This should not be used to check for key system support.
This will only cause problems IF:
- you are running Chrome 41 (canary)
- AND you have flipped the "Enabled Encrypted Media Extensions" flag
- AND you have flipped the "Disable prefixed Encrypted Media Extensions" flag
Users running a typical configuration of Chrome will not see any issues with this.