export interface IBlobEventInit extends EventInit {
    data: Blob;

    timecode?: number;
}
