MediaError
MediaError: {
prototype: MediaError;
MEDIA_ERR_ABORTED: 1;
MEDIA_ERR_NETWORK: 2;
MEDIA_ERR_DECODE: 3;
MEDIA_ERR_SRC_NOT_SUPPORTED: 4;
new (): MediaError;
}
prototype: MediaError;
MEDIA_ERR_ABORTED: 1;
MEDIA_ERR_NETWORK: 2;
MEDIA_ERR_DECODE: 3;
MEDIA_ERR_SRC_NOT_SUPPORTED: 4;
new (): MediaError;
}
Type declaration
- new (): MediaError
Returns MediaError
prototype: MediaError
ReadonlyMEDIA_ERR_ABORTED: 1ReadonlyMEDIA_ERR_NETWORK: 2ReadonlyMEDIA_ERR_DECODE: 3ReadonlyMEDIA_ERR_SRC_NOT_SUPPORTED: 4