Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2019.
The encrypted event is fired when initialization data is found in the media that indicates it is encrypted.
This event is not cancelable and does not bubble.
Use the event name in methods like addEventListener(), or set an event handler property.
A MediaEncryptedEvent. Inherits from Event.
Event MediaEncryptedEventReturns a case-sensitive string with the type of the format of the initialization data found.
MediaEncryptedEvent.initData Read onlyReturns an ArrayBuffer containing the initialization data found. If there is no initialization data associated with the format, it returns null.
| Encrypted Media Extensions # dom-htmlmediaelement-onencrypted |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 2, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.