InterviewSolution
Saved Bookmarks
| 1. |
In HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video.(a) preload(b) networkState(c) buffered(d) controllerThe question was posed to me in a national level competition.This intriguing question comes from HTML5 Video in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (c) buffered |
|