From b7f42643fb2f5029be1715f03c1ba83b5d20d0cc Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 31 Aug 2022 10:00:10 +0200 Subject: [PATCH] Editorial: remove mention of internal field in non-normative text Closes #354. --- xhr.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhr.bs b/xhr.bs index 3905626..e3a79e6 100644 --- a/xhr.bs +++ b/xhr.bs @@ -522,7 +522,7 @@ the editing software used to write the XMLHttpRequest Standard.
client . setRequestHeader(name, value)
-

Combines a header in author request headers. +

Appends a value to an existing request header or adds a new request header.

Throws an "{{InvalidStateError!!exception}}" {{DOMException}} if either state is not opened or the send() flag is set.