diff --git a/xhr.bs b/xhr.bs index 105ae72..ad0f95d 100644 --- a/xhr.bs +++ b/xhr.bs @@ -448,11 +448,9 @@ 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}}. @@ -1333,7 +1331,7 @@ not be web compatible.

  • Set document's encoding to charset. -

  • Set document's content type to finalMIME. +

  • Set document's content type to finalMIME.

  • Set document's URL to xhr's response's URL.