-
In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.
-
- error
- mediaGroup
- seeking
- ended
- None of these
Correct Option: A
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.