Open
Description
Documentation Is:
- Missing
- Confusing
- Incorrect
- Other
Describe Issue
Hi, currently my project is using this library to handle play/pause sound at specific time, by using this library I allow pause/play the sound many times at different timing without receive the error Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().[https://developer.chrome.com/blog/play-request-was-interrupted/]
, my question is does this one can use for video also? I want to pause/play the video at different timing but sometime encounter the error Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()