Interface MediaEncryptedEventInit
interface MediaEncryptedEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
initData?: ArrayBuffer | null;
initDataType?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
initData?: ArrayBuffer | null;
initDataType?: string;
}
Hierarchy (View Summary)
- EventInit
- MediaEncryptedEventInit
Index
Properties
Was this helpful?