
main.dom.html.MediaError.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.html
sealed external class MediaError {
val code: Short
val message: String
val MEDIA_ERR_ABORTED: Short
val MEDIA_ERR_DECODE: Short
val MEDIA_ERR_NETWORK: Short
val MEDIA_ERR_SRC_NOT_SUPPORTED: Short
companion object {
val MEDIA_ERR_ABORTED: Short
val MEDIA_ERR_DECODE: Short
val MEDIA_ERR_NETWORK: Short
val MEDIA_ERR_SRC_NOT_SUPPORTED: Short
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy