This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

HTMLMediaError

Summary

Represents a media element (audio or video) error.

Properties

code
Returns the current HTMLMediaError code or null if no error has occurred.

Methods

No methods.

Events

No events.

Notes

Retrieve the actual error code by using the code property.

Related specifications

W3C HTML5
Working Draft
WHATWG HTML
Living Standard

Attributions