blob: a68d2ab01defba6e0ad86999479d2a58e517265c [file] [log] [blame]
var i = 0;
onconnect = function (e) {
i++;
setTimeout(function() { e.ports[0].postMessage(i); }, 250);
y(); // will "report the error"
}