blob: 3acc57102a3a9e0fd6ad778adb9abe185fb7ca79 [file] [log] [blame]
// Post back the location of the worker
onconnect = function(e) {
e.ports[0].postMessage(self.origin);
}