- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 23 Apr 2018 06:13:29 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 April 2018 13:13:52 UTC
domenic 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 I wanted to make it clear that this is a record, since we have both _originalAuthorContentType_ (byte sequence) and _newContentTypeSerialized_ (byte sequence). And given that it's an intermediate between those two, switching from content-type to MIME type terms was a bit confusing. -- 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_r183388978
Received on Monday, 23 April 2018 13:13:52 UTC