Re: [whatwg/fetch] Define the Content-Type header parser (#831)

annevk commented on this pull request.



> +   <th>Headers (as on the network)
+   <th>Output
+  <tr>
+   <td>
+    <pre><code>
+A: nosniff,
+</code></pre>
+   <td rowspan=2>« "<code>nosniff</code>", "" »
+  <tr>
+   <td>
+    <pre><code>
+A: nosniff
+B: sniff
+A:
+</code></pre>
+  <tr>

The Preview and Diff links in OP should help here, that way you don't have to read source code but can look at rendered HTML.

-- 
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_r233136152

Received on Tuesday, 13 November 2018 17:04:30 UTC