Re: [web-audio-api] (JSWorkers): ScriptProcessorNode processing in workers (#113)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17415#1) by Philip Jägenstedt on W3C Bugzilla. Fri, 08 Jun 2012 09:28:57 GMT

We haven't been clear enough on this. What we want is for JavaScript processing to happen *only* in workers. Doing anything on the same context as mouse and keyboard events are processed and where scripts can easily be blocked for 100s of milliseconds by layout reflows is simply a no-go.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/113#issuecomment-24244295

Received on Wednesday, 11 September 2013 14:34:34 UTC