Audio paused Property
Definition and Usage
paused
Property returns whether the audio is paused.
Note:This property is read-only.
Example
Check if the audio is paused:
var x = document.getElementById("myAudio").paused;
Syntax
audioObject.paused
Technical Details
Return Value: | Boolean value, returns true if the audio is paused. Otherwise, returns false. |
---|
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |