Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create Web Worker from inside webworker in Chrome

Using Chrome 17.0.963.46 m, I tried to create a new web worker from inside a web worker. But got a "Uncaught ReferenceError: Worker is not defined"

Any info. on this? (Google throw surprisingly few links on creating web worker inside webworkers)

like image 339
vivek.m Avatar asked Feb 13 '12 10:02

vivek.m


1 Answers

That is the current state even on Chrome 19 - here is the bug: http://code.google.com/p/chromium/issues/detail?id=31666 It's working on FF.

like image 165
Ido Green Avatar answered Oct 29 '22 14:10

Ido Green