Open domenic opened 4 years ago
E.g.
If effective domain is not a valid domain, then return a DOMException whose name is "SecurityError" and terminate this algorithm.
can just be
If effective domain is not a valid domain, then return a DOMException whose name is "SecurityError".
See https://infra.spec.whatwg.org/#algorithm-control-flow
E.g.
can just be
See https://infra.spec.whatwg.org/#algorithm-control-flow