Interface BlobEventInit
interface BlobEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data: Blob;
timecode?: number;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data: Blob;
timecode?: number;
}
Hierarchy (View Summary)
- EventInit
- BlobEventInit
Index
Properties
Was this helpful?