MediaSource
MediaSource: {
prototype: MediaSource;
canConstructInDedicatedWorker: boolean;
isTypeSupported(type: string): boolean;
new (): MediaSource;
}
prototype: MediaSource;
canConstructInDedicatedWorker: boolean;
isTypeSupported(type: string): boolean;
new (): MediaSource;
}
Type declaration
- new (): MediaSource
Returns MediaSource
prototype: MediaSource
Readonly
canConstructInDedicatedWorker: booleanisTypeSupported: function
isTypeSupported(type: string): boolean
MDN Reference