Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

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

  2. A.

     ended

    B.

     seeking

    C.

     error

    D.

     mediaGroup

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The error property returns a MediaError object. The MediaError object has a code property containing the error state of the audio/video.


Be The First To Comment