interface MediaEncryptedEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    initData?: null | ArrayBuffer;
    initDataType?: string;
}

层级 (查看完整内容)

属性

bubbles?: boolean
cancelable?: boolean
composed?: boolean
initData?: null | ArrayBuffer
initDataType?: string