summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/constructors/SharedWorker/null
blob: 5c38505b6c86594ad82fa87c701ba8e619299344 (plain)
1
2
3
onconnect = function(e) {
  e.ports[0].postMessage(['null', self.name]);
}