Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
websockets
/
stream
/
tentative
/
resources
/
url-constants.js
blob: fe681af5c42a446944ce130d6cb2fcd2d11bde95 [
file
] [
log
] [
blame
]
// The file including this must also include ../constants.sub.js to pick up the
// necessary constants.
const
{
BASEURL
,
ECHOURL
}
=
(()
=>
{
const
BASEURL
=
SCHEME_DOMAIN_PORT
;
const
ECHOURL
=
`
$
{
BASEURL
}/
echo
`;
return
{
BASEURL
,
ECHOURL
};
})();