Vidyalelo
HTML · Q38

HTML5

Programming · HTML · question 38

Q38

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

A.
ended
B.
seeking
C.
error
Answer
D.
mediaGroup

Answer: Option C

Solution

Answer: Option C
Solution:
The error property returns a MediaError object. The MediaError object has a code property containing the error state of the audio/video.