blob: 5f776ef34c6a2885616f592643a57e868bbb561f [file] [log] [blame]
postMessage("START");
xhr = new XMLHttpRequest;
xhr.open("GET", "endless-response.php", false);
try {
xhr.send();
} catch (e) {
}