summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/speculation-rules/prerender/resources/postmessage-to-client-worker.js
blob: 4aff84f3364c6f776e7f45d88f67ddc9d8f211bb (plain)
1
2
3
self.onmessage = e => {
  e.source.postMessage('postmessage to client');
};