[Bug 22723] OfflineAudioContext and ScriptProcessorNodes

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22723

--- Comment #11 from Ehsan Akhgari [:ehsan] <ehsan@mozilla.com> ---
The 4ms delay is probably with relation to setTimeout(), right?  That is
enforeced artificially by browsers in order to prevent web pages from spamming
the main thread in exactly this way, it is not the actual delay of event
delivery.  In reality, the event delivery delays really depend on a lot of
factors invisible to the web application, such as how busy the event loop is. 
But it should be *much* lower than 4ms under most circumstances.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 July 2013 22:25:45 UTC