Re: [whatwg/xhr] Editorial: rewrite send()'s body/content-type processing (#205)

annevk commented on this pull request.



>  
-  <p>If <var>mimeType</var> is non-null and <a>author request headers</a>
-  <a for="header list">does not contain</a> `<code>Content-Type</code>`, then
-  <a for="header list">append</a> `<code>Content-Type</code>`/<var>mimeType</var> to
-  <a>author request headers</a>.
+       <li><p>Let <var>contentTypeRecord</var> be the result of

But there's also extractedMIMEType. I think calling it MIME type throughout would be less confusing, since that's what `Content-Type` takes as value.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/pull/205#discussion_r183390688

Received on Monday, 23 April 2018 13:19:03 UTC