Source code

Revision control

Copy as Markdown

Other Tools

onconnect = function(e) {
e.ports[0].postMessage({
"headers": %(headers)s
});
};