We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c1077 commit 441f0e1Copy full SHA for 441f0e1
src/js/media-error.js
@@ -82,9 +82,9 @@ MediaError.prototype.status = null;
82
* @enum {array}
83
* @readonly
84
* @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
+ * @property {string} 1 - MEDIA_ERR_ABORTED
+ * @property {string} 2 - MEDIA_ERR_NETWORK
+ * @property {string} 3 - MEDIA_ERR_DECODE
88
* @property {string} 4 - MEDIA_ERR_SRC_NOT_SUPPORTED
89
* @property {string} 5 - MEDIA_ERR_ENCRYPTED
90
*/
0 commit comments