Chartbreaker
    Preparing search index...

    Interface BlobEventInit

    interface BlobEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        data: Blob;
        timecode?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    data: Blob
    timecode?: number