From fb9a1b0b9855a044d8c1bf861fc00e13b261b350 Mon Sep 17 00:00:00 2001
From: Dominique Hazael-Massieux
[[!RFC7065]] section 3.1.
If parsedURL's [=url/query=] is non-null, run the following - sub-steps and if any of them fail, [=exception/throw=] a "{{SyntaxError}}" {{DOMException}} :
-application/x-www-form-urlencoded
string parser to parsedURL's [=url/query=].(paramName, paramValue)
be the two items of urlParams/var>[0]
."transport"
, then fail."udp"
or "tcp"
, then fail.If parsedURL's [=url/query=] is non-null, run the following sub-steps and if any of them fail, [=exception/throw=] a "{{SyntaxError}}" {{DOMException}}: +
"stun"
or "stuns"
, then fail."transport=udp"
or "transport=tcp"
, then fail.