Files
2026-05-26 23:36:42 -07:00

6 lines
89 B
Plaintext

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