msKeys property

Deprecated. Gets the MSMediaKeys object, which is used for decrypting media data, that is associated with this media element.

Important  This property is not supported in Internet Explorer 11 on Windows 7.

 

This property is read-only.

IE11

 

Syntax

JavaScript
ptr = object.msKeys

 

Property values

Type: MSMediaKeys

The MSMediaKeys object associated with this media element.

Remarks

As of Microsoft Edge, this property is deprecated. For more information on EME implementation updates in Microsoft Edge, see Encrypted Media Extensions updates.

msKeys is part of the World Wide Web Consortium (W3C) Encrypted Media Extensions (EME) which enables playback of protected content.

See also

HTMLMediaElement

video