web api instance property
HTMLMediaElement: paused property
The read-only HTMLMediaElement.paused property
tells whether the media element is paused.
Value
A boolean value. true is paused and false is not
paused.
Examples
const obj = document.createElement("video");
console.log(obj.paused); // true
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
HTMLMediaElement: Interface used to define theHTMLMediaElement.pausedproperty