Vidyalelo
HTML · Q31

HTML5

Programming · HTML · question 31

Q31

In HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video.

A.
preload
B.
networkState
C.
buffered
Answer
D.
controller

Answer: Option C

Solution

Answer: Option C
Solution:
A buffered range is a time-range of buffered audio/video. The user gets several buffered ranges if he/she skips in the audio/video.