In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.

In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video. Correct Answer error

Seeking returns whether user is currently seeking video/audio. Ended attribute fires up when current playing playlist is finished. The error property returns a MediaError object. The MediaError object has a code property containing the error state of the audio/video. The group to which audio/video belongs is returned by mediaGroup.

Related Questions