Skip to content

Commit a04d096

Browse files
committed
Parse a MIME type expects a string
1 parent 92e6c91 commit a04d096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,8 +911,8 @@ is a <dfn export>CORS-safelisted request-header</dfn>, run these steps:
911911
<li><p>If <var>value</var> contains a <a>CORS-unsafe request-header byte</a>, then return
912912
false.
913913

914-
<li><p>Let <var>mimeType</var> be the result of <a lt="parse a MIME type">parsing</a>
915-
<var>value</var>.
914+
<li><p>Let <var>mimeType</var> be the result of <a lt="parse a MIME type">parsing</a> the
915+
result of <a>isomorphic decoding</a> <var>value</var>.
916916

917917
<li><p>If <var>mimeType</var> is failure, then return false.
918918

0 commit comments

Comments
 (0)