sharedWorker_privateBrowsing.js (88B)
1 var counter = 0; 2 onconnect = function (evt) { 3 evt.ports[0].postMessage(++counter); 4 };