Files
Kmake/test/fixtures/wpt/common/security-features/subresource/template/shared-worker.js.template

6 lines
89 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
onconnect = function(e) {
e.ports[0].postMessage({
"headers": %(headers)s
});
};