1 2 3 4 5 6
onmessage = function () { postMessage( `${location.href}, ${location instanceof WorkerLocation}`, ); close(); };