summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/support/Worker-creation-happens-in-parallel.js
blob: 1e68302a0fc40c592be4a95387bfc315bd79d261 (plain)
1
2
3
onmessage = (e) => {
  e.data[0] = 1;
}