Firefox Tomorrow

web api event

HTMLMediaElement: encrypted event

View on MDN ↗

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.

Syntax

Use the event name in methods like addEventListener(), or set an event handler property.

addEventListener("encrypted", (event) => { })

onencrypted = (event) => { }

Event type

A MediaEncryptedEvent. Inherits from Event.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also