- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 19 Nov 2018 07:18:51 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 November 2018 15:19:13 UTC
annevk commented on this pull request. > + <table> + <tr> + <th>Headers (as on the network) + <th>Output + <tr> + <td> + <pre><code> +Content-Type: text/plain;charset=gbk, text/html +</code></pre> + <td><code>text/html</code> + <tr> + <td> + <pre><code> +Content-Type: text/html;charset=gbk, text/html;x=y +</code></pre> + <td><code>text/html;x=y;charset=gbk</code> The output is a MIME type of which the parameters are ordered (an ordered map). -- 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/fetch/pull/831#discussion_r234658157
Received on Monday, 19 November 2018 15:19:13 UTC