Home » HTML » HTML Media » Question
  1. In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.
    1. error
    2. mediaGroup
    3. seeking
    4. ended
    5. 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.



Your comments will be displayed only after manual approval.