Is it going to be allowed to spawn Workers from within other Workers?
Mozilla says yes:
https://developer.mozilla.org/en/Using_web_workers
...their Fibonacci example doesn't work though because they have an HTML 4 doctype on the page... (couldn't get it working in a proper page either)
In Chrome 5 (OS X) I get 'Worker is not defined' error when trying to instantiate a new Worker within a Worker.
In FF 3.6.6 I don't get an error but there seems to be something wrong with the messages posted by the inner Workers... the parent receives a message event but the event.data is blank.
Does the spec have anything to say on this issue? It would be good to have consistent behaviour one way or the other.