summaryrefslogtreecommitdiffstats
path: root/dom/reporting/tests/worker_delivering.js
blob: 539bcd231cd2ae9d6326deea6380c537e5819c36 (plain)
1
2
3
4
5
fetch("delivering.sjs?task=header&worker=true")
  .then(r => r.text())
  .then(text => {
    postMessage("All good!");
  });