HTML Audio/Video DOM Reference
Get the first buffered range (part) of the video in seconds:
The buffered property returns a TimeRanges object.
The TimeRanges object represents the user's buffered ranges of the audio/video.
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.
![]()
The buffered property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
| Type | Description |
|---|---|
| TimeRanges Object | Represents the buffered parts of the audio/video. TimeRanges Object Properties:
Note: The first buffered range is index 0 |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.