Skip to content

Commit 441f0e1

Browse files
bartlomeingkatsev
authored andcommitted
docs(media-error): Correct error type documentation (#5566)
1 parent b2c1077 commit 441f0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/media-error.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ MediaError.prototype.status = null;
8282
* @enum {array}
8383
* @readonly
8484
* @property {string} 0 - MEDIA_ERR_CUSTOM
85-
* @property {string} 1 - MEDIA_ERR_CUSTOM
86-
* @property {string} 2 - MEDIA_ERR_ABORTED
87-
* @property {string} 3 - MEDIA_ERR_NETWORK
85+
* @property {string} 1 - MEDIA_ERR_ABORTED
86+
* @property {string} 2 - MEDIA_ERR_NETWORK
87+
* @property {string} 3 - MEDIA_ERR_DECODE
8888
* @property {string} 4 - MEDIA_ERR_SRC_NOT_SUPPORTED
8989
* @property {string} 5 - MEDIA_ERR_ENCRYPTED
9090
*/

0 commit comments

Comments
 (0)