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