michael@0: /** michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ michael@0: */ michael@0: var xhr = new XMLHttpRequest(); michael@0: xhr.open("GET", "testXHR.txt"); michael@0: xhr.send(null); michael@0: xhr.open("GET", "testXHR.txt"); michael@0: xhr.send(null); michael@0: postMessage("done");