Audio element
Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`
Video element
Method of playing videos on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`
htmlmediaelement api: autoplay
navigator api: getautoplaypolicy
html element: audio: autoplay
html element: iframe: allow: autoplay
html element: video: autoplay
html element: video: autoplay: autoplay requires `muted` attribute or no audio track
headers http header: permissions-policy: autoplay
9 results found.