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

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

Preload is used to set or return whether the video/ audio has been loaded on page. Current network of audio/video has been set or returned by networkState. 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. Media controller of current video/audio is given or returned by controller.

Related Questions

In HTML Audio/Video DOM, __________ sets or returns the CORS settings of the audio/video.
What does the NamedNodeMap object represent in the HTML DOM?
What is the purpose of the Attr object in the HTML DOM?