[html5] Web Workers: terminate() and XMLHttpRequest

Tobias Sauerwein tobias.sauerwein at camptocamp.com
Thu Jul 22 07:11:55 PDT 2010


Hi!

I am wondering what happens when I start an asynchronous XMLHttpRequest in a
web worker and then terminate the web worker from the main script. Can I
assume that the request is closed properly? Because the "terminate a worker
algorithm" [1] does not explicitly say how to deal with open requests.

Thanks,
Tobias


[1]:
http://www.whatwg.org/specs/web-workers/current-work/#terminate-a-worker
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/help-whatwg.org/attachments/20100722/13e65031/attachment-0001.htm>


More information about the Help mailing list