Skip to content

Commit ff4256a

Browse files
committed
Fire errors only for network errors
1 parent f57fe19 commit ff4256a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26088,8 +26088,8 @@ document.body.appendChild(wbr);</code></pre>
2608826088
<span>byte sequence</span> <var>bytesOrNull</var>:</p>
2608926089

2609026090
<ol>
26091-
<li><p>If <var>response</var> is null or failure, or if <var>response</var> has a
26092-
non-<span>ok status</span>, <span data-x="concept-event-fire">fire an event</span> named <code
26091+
<li><p>If <var>response</var> is a <span>network error</span>, <span
26092+
data-x="concept-event-fire">fire an event</span> named <code
2609326093
data-x="event-error">error</code> at <var>el</var>.</p></li>
2609426094

2609526095
<li><p>Otherwise, <span data-x="concept-event-fire">fire an event</span> named <code

0 commit comments

Comments
 (0)