node/test/fixtures/wpt/common/proxy-all.sub.pac
Filip Skokan 68e83901f3 test: update WPT resources, common, streams, FileAPI, broadcastchannel
PR-URL: https://github.com/nodejs/node/pull/46912
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2023-03-07 10:19:23 +01:00

4 lines
87 B
JavaScript

function FindProxyForURL(url, host) {
return "PROXY {{host}}:{{ports[http][0]}}"
}