(If there is a question which answers this, please let me know)
I'm looking for suggestions for cross-browser XHR support, with-in workers.
In the normal VM, I usually use jQ for XHR stuff. It seems like overkill to load jQ into a worker, just for the AJAX support (assuming that's doable; haven't tried).
Suggestions?