Closed
Description
This appears to be related to Chrome issue (it is marked as fixed, but it isn't): https://bugs.chromium.org/p/chromium/issues/detail?id=593273
Basically, if you run the following on a sound that is already playing:
sound.pause();
sound.play();
sound.pause();
You will get the following error in Chrome:
Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().