shared-worker.js.template (89B)
1 onconnect = function(e) { 2 e.ports[0].postMessage({ 3 "headers": %(headers)s 4 }); 5 };