[Webkit-unassigned] [Bug 84829] Failed to render again in offline mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 11:44:14 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84829





--- Comment #2 from Chris Rogers <crogers at google.com>  2012-04-25 11:44:14 PST ---
Hi Xingnan, it's not intended for an OfflineAudioContext to be able to start rendering more than once.  It goes through distinct stages during its life, finally calling back the JS completion function.  You can always create a 2nd or 3rd OfflineAudioContext if you need to do more work, but the original one can't be re-used.  The OfflineAudioContext is not yet in the spec, but I will add it there soon, describing this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list