DescriptionTreat a stopped AudioContext as closed.
An AudioContext that ends up being detached&stopped by its
execution context is now treated on equal terms to one that
has been explicitly close()d from script. AudioContext methods
and operations over a context in such a state will now throw.
This restriction applies to OfflineAudioContext as well as
AudioContext.
R=rtoy
BUG=435867
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194666
Patch Set 1 #Patch Set 2 : more FlakyTests removals #Patch Set 3 : Throw on detached uses of startRendering() also #
Total comments: 1
Patch Set 4 : startRendering() doesn't (directly) raise an exception #
Messages
Total messages: 11 (3 generated)
|