Raw File
undefined
onconnect = function(e) {
  e.ports[0].postMessage(['undefined', self.name]);
}
back to top