Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 20:45
· 33 commits to main since this release

Patch Changes

  • c385545 Thanks @mikebarkmin! - Fix: Error when attempting to play a sound file which is not available. This
    bug has existed because new Audio(url).play() returns a promise, therefore the
    error, which was thrown was not caught. Now we are catching the error.