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