You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently assume the existence of the AudioContext class on the window object. However, this does not exist in non-edge versions of IE ref. We should fallback to using an HTML audio tag pool or some other supported way of playing sounds in IE.
The text was updated successfully, but these errors were encountered:
We currently assume the existence of the AudioContext class on the window object. However, this does not exist in non-edge versions of IE ref. We should fallback to using an HTML audio tag pool or some other supported way of playing sounds in IE.
The text was updated successfully, but these errors were encountered: