From 92da04d90bf0f3be160d949b554f9b33433c002b Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 19 Sep 2023 14:54:57 +0200 Subject: [PATCH] Editorial: use HTML's encoding-parse a URL Closes #380. --- xhr.bs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xhr.bs b/xhr.bs index 105ae72..cd12180 100644 --- a/xhr.bs +++ b/xhr.bs @@ -448,11 +448,8 @@ method steps are:
  • Normalize method. -

  • Let parsedURL be the result of parsing url with - this's relevant settings object's - API base URL and this's - relevant settings object's - API URL character encoding. +

  • Let parsedURL be the result of encoding-parsing a URL url, + relative to this's relevant settings object.

  • If parsedURL is failure, then throw a "{{SyntaxError!!exception}}" {{DOMException}}.