002.js (89B)
1 var passed = this === self; 2 onconnect = function(e) { 3 e.ports[0].postMessage(passed); 4 }