File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -104274,7 +104274,6 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
104274
104274
encoding of the file.</p>
104275
104275
104276
104276
<ol>
104277
-
104278
104277
<li><p>If the encoding that is already being used to interpret the input stream is a <span>UTF-16
104279
104278
encoding</span>, then set the <span data-x="concept-encoding-confidence">confidence</span> to
104280
104279
<i>certain</i> and return. The new encoding is ignored; if it was anything but the
@@ -104312,11 +104311,10 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
104312
104311
<i>certain</i>. Whenever possible, this should be done without actually contacting the network
104313
104312
layer (the bytes should be re-parsed from memory), even if, e.g., the document is marked as not
104314
104313
being cacheable. If this is not possible and contacting the network layer would involve repeating
104315
- a request that uses a method other than `<code data-x="">GET</code>`) , then instead set the <span
104314
+ a request that uses a method other than `<code data-x="">GET</code>`, then instead set the <span
104316
104315
data-x="concept-encoding-confidence">confidence</span> to <i>certain</i> and ignore the new
104317
104316
encoding. The resource will be misinterpreted. User agents may notify the user of the situation,
104318
104317
to aid in application development.</p></li>
104319
-
104320
104318
</ol>
104321
104319
104322
104320
<p class="note">This algorithm is only invoked when a new encoding is found declared on a
You can’t perform that action at this time.
0 commit comments