blob: c865335e54108ddcd474d826ca579cf3291fc82d [file] [log] [blame]
onmessage = e => {
fetch('./blank.html').then(() => {
e.source.postMessage({});
});
};