1 2 3 4 5 6
function canary() { // eslint-disable-next-line no-unused-vars var someBitOfSource = 42; } postMessage(canary.toString());