WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
206695
AudioContext state "interrupted" is not a valid AudioContextState
https://bugs.webkit.org/show_bug.cgi?id=206695
Summary
AudioContext state "interrupted" is not a valid AudioContextState
Jesper van den Ende
Reported
2020-01-23 13:17:06 PST
According to
https://webaudio.github.io/web-audio-api/#enumdef-audiocontextstate
the only valid values for a AudioContextState are "suspended", "running" and "closed". But when closing iOS safari and opening it again, it is possible for the state to become "interrupted". This broke my web app as I wasn't prepared for this value.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-01-24 23:35:15 PST
<
rdar://problem/58891296
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug