blob: 1ae72fb894453f1bbe847d239647614c45f18ce2 [file] [log] [blame]
onconnect = function(e) {
var port = e.ports[0];
port.postMessage('started');
};