summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/baseurl/gamma/subsharedworker.js
blob: e23602ff9c5654b726fc88e6aa0169416ee31d15 (plain)
1
2
3
onconnect = function(e) {
  e.source.postMessage('gamma');
}