File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 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> {
104274104274 encoding of the file.</p>
104275104275
104276104276 <ol>
104277-
104278104277 <li><p>If the encoding that is already being used to interpret the input stream is a <span>UTF-16
104279104278 encoding</span>, then set the <span data-x="concept-encoding-confidence">confidence</span> to
104280104279 <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> {
104312104311 <i>certain</i>. Whenever possible, this should be done without actually contacting the network
104313104312 layer (the bytes should be re-parsed from memory), even if, e.g., the document is marked as not
104314104313 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
104316104315 data-x="concept-encoding-confidence">confidence</span> to <i>certain</i> and ignore the new
104317104316 encoding. The resource will be misinterpreted. User agents may notify the user of the situation,
104318104317 to aid in application development.</p></li>
104319-
104320104318 </ol>
104321104319
104322104320 <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