Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ the editing software used to write the XMLHttpRequest Standard.
<dt><code><var>client</var> . <a method for=XMLHttpRequest>setRequestHeader(<var>name</var>, <var>value</var>)</a></code>

<dd>
<p>Combines a <a>header</a> in <a>author request headers</a>.
<p>Appends a value to an existing request header or adds a new request header.

<p>Throws an "{{InvalidStateError!!exception}}" {{DOMException}} if either <a>state</a> is not
<i>opened</i> or the <a><code>send()</code> flag</a> is set.
Expand Down