xref
: /
third_party
/
node
/
test
/
fixtures
/
wpt
/
common
/
security-features
/
subresource
/
template
/
shared-worker.js.template
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/wpt/common/security-features/subresource/template/
1
onconnect = function(e) {
2
e.ports
[0].postMessage({
3
"headers": %(headers)s
4
});
5
};
6