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
Note that the HTML listed in the test fails to play in the production version of Firefox which logs the following error to the console as expected:
Uncaught (in promise) DOMException: The play method is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
Version
1.49.0
Steps to reproduce
Run the following test with the firefox browser:
Expected behavior
I expect the audio context
state
to be "suspended" when theAudio
instance is played without a user gesture.The test passes on chrome and safari. Only firefox has this issue.
Actual behavior
The audio context
state
changes to "running" when theAudio
instance is played without a user gesture.Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: