File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -86917,10 +86917,23 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
86917
86917
86918
86918
<li><p>Let <var>response</var> be <var>response</var>'s <span>unsafe response</span>.</p></li>
86919
86919
86920
- <li><p>If <var>response</var>'s <span data-x="concept-response-type">type</span> is "<code
86921
- data-x="">error</code>", or <var>response</var>'s <span
86922
- data-x="concept-response-status">status</span> is not an <span>ok status</span>, throw a
86923
- <span>"<code>NetworkError</code>"</span> <code>DOMException</code>.</p></li>
86920
+ <li>
86921
+ <p>If any of the following conditions are met, throw a <span>"<code>NetworkError</code>"</span>
86922
+ <code>DOMException</code>:</p>
86923
+
86924
+ <ul class="compact">
86925
+ <li><p><var>response</var>'s <span data-x="concept-response-type">type</span> is "<code
86926
+ data-x="">error</code>"</p></li>
86927
+
86928
+ <li><p><var>response</var>'s <span data-x="concept-response-status">status</span> is not an
86929
+ <span>ok status</span></p></li>
86930
+
86931
+ <li>
86932
+ <p>The result of <span data-x="extract a MIME type">extracting a MIME type</span> from
86933
+ <var>response</var>'s <span data-x="concept-response-header-list">header list</span> is not a
86934
+ <span>JavaScript MIME type</span></p>
86935
+ </ul>
86936
+ </li>
86924
86937
86925
86938
<li><p>Let <var>source text</var> be the result of <span data-x="UTF-8 decode">UTF-8
86926
86939
decoding</span> <var>response</var>'s <span data-x="concept-response-body">body</span>.</p></li>
You can’t perform that action at this time.
0 commit comments