We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, On iOS Safari, when I pause playback, press "Home", then go back to Safari and play again, I get the following:
InvalidStateError: The object is in an invalid state.
From:
key: 'stop', value: function stop() { var when = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; if (this.source) { this.source.stop(when); } } }]); return _class;
According to https://stackoverflow.com/questions/53100047/why-state-can-be-invalid-in-web-audio-in-safari-after-resume, it looks like "stop" is being called twice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
On iOS Safari, when I pause playback, press "Home", then go back to Safari and play again, I get the following:
From:
According to https://stackoverflow.com/questions/53100047/why-state-can-be-invalid-in-web-audio-in-safari-after-resume, it looks like "stop" is being called twice.
The text was updated successfully, but these errors were encountered: