Variable MediaError
MediaError: {
MEDIA_ERR_ABORTED: 1;
MEDIA_ERR_DECODE: 3;
MEDIA_ERR_NETWORK: 2;
MEDIA_ERR_SRC_NOT_SUPPORTED: 4;
prototype: MediaError;
new (): MediaError;
}
MEDIA_ERR_ABORTED: 1;
MEDIA_ERR_DECODE: 3;
MEDIA_ERR_NETWORK: 2;
MEDIA_ERR_SRC_NOT_SUPPORTED: 4;
prototype: MediaError;
new (): MediaError;
}
Type declaration
- new (): MediaError
Returns MediaError
Readonly
MEDIA_ERR_ABORTED: 1Readonly
MEDIA_ERR_DECODE: 3Readonly
MEDIA_ERR_NETWORK: 2Readonly
MEDIA_ERR_SRC_NOT_SUPPORTED: 4prototype: MediaError