HTML Audio/Video DOM Reference
Show if the user is currently seeking in the video:
The seeking property returns if the user is currently seeking in the audio/video.
Seeking is when you move/skip to a new position in the audio/video.
![]()
The buffered property is partially supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
| Type | Description |
|---|---|
| Boolean | true|false. true if the user is currently seeking, otherwise false |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.