Video gepauzeerd eigenschap
Definitie en gebruik
Gepauzeerd
Eigenschap retourneert of een video gepauzeerd is.
Note:This property is read-only.
Example
Check if the video is paused:
var x = document.getElementById("myVideo").paused;
Syntax
videoObject.paused
Technical details
Return value: | Boolean value, returns true if the video is paused; otherwise returns false. |
---|
Browser support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | 9.0 | Support | Support | Support |