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

Skip to content
Closed
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 @@ -369,7 +369,7 @@ cell in the first column is <a>this</a>'s <a>state</a>:
<td><i>opened</i>
<td><dfn const for=XMLHttpRequest><code>OPENED</code></dfn> (numeric value 1)
<td>The <a method for=XMLHttpRequest lt="open(method, url)"><code>open()</code></a> method has
been successfully invoked. During this state request headers can be set using
been successfully invoked. During this state author request headers can be set using
<a><code>setRequestHeader()</code></a> and the fetch can be initiated using the
<a><code>send()</code></a> method.
<tr>
Expand Down