@yesstudio/nuxt-composables
    Preparing search index...

    Interface MediaEncryptedEventInit

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

    Hierarchy

    • EventInit
      • MediaEncryptedEventInit
    Index

    Properties

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