blob: a2f10d15333b1c2014853f48265f9b9ce4ba235d [file] [log] [blame]
onmessage = function(event) {
setTimeout("foo()", 0);
}
function foo() { }