> Extensive usage of web worker threads? How to go about DOM manipulation from 
> workers in this case?

You cannot do DOM manipulation from within web worker threads. Also,
while you do get XMLHttpRequest, the responseXML property is null so
you can only get JSON from it. The only way to do DOM manipulation is
to talk with the main script either via XHR and the server, or
directly via the webworker api.

------------------------
Gary Katsevman
Computer Science Undergraduate
Northeastern University
gkatsev.com

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to