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
Splitting of feedback from this PR #112 (comment)
The PR introduced a concept of "Injected State" to hold the promises for queued actions. A list of pending promises is simpler. https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-pending-promises-slot
The text was updated successfully, but these errors were encountered:
Also, rejecting these promises for reset() should probably reject with an AbortError DOMException.
Sorry, something went wrong.
Tracked by #188. Lets focus this issue just on [[pending promises]]
Add exceptions to pending flush() promises.
26c5165
This unifies on behavior with ImageDecoder in providing some indication about why the flush was aborted. Fixes #188. Fixes #136.
Successfully merging a pull request may close this issue.
Splitting of feedback from this PR
#112 (comment)
The PR introduced a concept of "Injected State" to hold the promises for queued actions. A list of pending promises is simpler.
https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-pending-promises-slot
The text was updated successfully, but these errors were encountered: