xhr.js (99B)
1 var x = new XMLHttpRequest(); 2 x.open("GET", "test.txt", false); 3 x.send(); 4 postMessage(x.response);