Source code
Revision control
Copy as Markdown
Other Tools
fetch("delivering.sjs?task=header&worker=true")
.then(r => r.text())
.then(() => {
postMessage("All good!");
});
fetch("delivering.sjs?task=header&worker=true")
.then(r => r.text())
.then(() => {
postMessage("All good!");
});