Back to Content

MediaEncryptedEvent: initData property

files/en-us/web/api/mediaencryptedevent/initdata/index.md

latest363 B
Original Source

{{APIRef("Encrypted Media Extensions")}}

The read-only initData property of the {{domxref("MediaKeyMessageEvent")}} returns the initialization data contained in this event, if any.

Value

An {{jsxref("ArrayBuffer")}} with the initialization data, or null if there are none.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}