- From: Matt Menke <notifications@github.com>
- Date: Mon, 19 Nov 2018 13:07:54 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 November 2018 21:08:17 UTC
MattMenke2 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> Thanks! Missed that. -- 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_r234781791
Received on Monday, 19 November 2018 21:08:17 UTC