summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/worker_location.ts
blob: 4800323501547579d7e6fd3c625f536aedc22bb1 (plain)
1
2
3
4
onmessage = function (): void {
  postMessage(self.location.href);
  close();
};