Skip to content

Commit

Permalink
Reset response for abort() during DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 24, 2017
1 parent d41d52c commit daecfff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1233,8 +1233,8 @@ when invoked, must run these steps:
<a>request error steps</a> for event <a event><code>abort</code></a>.

<li>
<p>If <a>state</a> is <i>done</i>, set
<a>state</a> to <i>unsent</i>.
<p>If <a>state</a> is <i>done</i>, then set <a>state</a> to <i>unsent</i> and <a>response</a> to a
<a>network error</a>.

<p class=note>No <a event><code>readystatechange</code></a> event
is dispatched.
Expand Down Expand Up @@ -2182,6 +2182,7 @@ Alan Thomas,
Alex Hopmann,
Alex Vincent,
Alexey Proskuryakov,
Ali Alabbas,
Andrea Marchesini,
Asbjørn Ulsberg,
Bertrand Guay-Paquet,
Expand Down

0 comments on commit daecfff

Please sign in to comment.