Is it feasible to do an AJAX request from a Web Worker?

Viewed 23629

I do not seem to be able to use jQuery in my webworker, I know there must be a way to do it with XMLHttpRequest, but it seems like that might not be a good option when I read this answer.

3 Answers
Related