Hi!<br><br>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.<br>

<br>Thanks,<br>Tobias<br><br><br>[1]: <a href="http://www.whatwg.org/specs/web-workers/current-work/#terminate-a-worker" target="_blank">http://www.whatwg.org/specs/web-workers/current-work/#terminate-a-worker</a><br>