On this page

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
Was this helpful?
SDK JS
Reference
BlobEventInit