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
Ideally, the control flow and the fact that exceptions can get thrown here would be made clear, and there would be web platform tests for this. Worth checking what browsers actually do.
The text was updated successfully, but these errors were encountered:
See discussion in whatwg/html#4601 --
DetachArrayBuffer
can throw if theArrayBuffer
is not detachable.WebAudio kinda-implicitly invokes
DetachArrayBuffer
via a link hidden in https://webaudio.github.io/web-audio-api/#acquire-the-content and similarly in https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-decodeaudiodataIdeally, the control flow and the fact that exceptions can get thrown here would be made clear, and there would be web platform tests for this. Worth checking what browsers actually do.
The text was updated successfully, but these errors were encountered: