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
Radar WebKit Bug Importer
Comment 1 2020-01-24 23:35:15 PST
Note You need to log in before you can comment on or make changes to this bug.