We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e6c91 commit a04d096Copy full SHA for a04d096
fetch.bs
@@ -911,8 +911,8 @@ is a <dfn export>CORS-safelisted request-header</dfn>, run these steps:
911
<li><p>If <var>value</var> contains a <a>CORS-unsafe request-header byte</a>, then return
912
false.
913
914
- <li><p>Let <var>mimeType</var> be the result of <a lt="parse a MIME type">parsing</a>
915
- <var>value</var>.
+ <li><p>Let <var>mimeType</var> be the result of <a lt="parse a MIME type">parsing</a> the
+ result of <a>isomorphic decoding</a> <var>value</var>.
916
917
<li><p>If <var>mimeType</var> is failure, then return false.
918
0 commit comments