Re: [whatwg/fetch] Add a `prefetch` initiator (#659)

igrigorik commented on this pull request.



> @@ -917,6 +919,14 @@ not always relevant and might require different behavior.
    <td>"<code>manifest</code>"
    <td><code>manifest-src</code>
    <td>HTML's <code>&lt;link rel=manifest></code>
+  <tr>
+   <td>"<code>prefetch</code>"
+   <td rowspan=2>""
+   <td rowspan=2><code>prefetch-src</code>
+   <td>HTML's <code>&lt;link rel=prefetch></code>
+  <tr>
+   <td>"<code>prerender</code>"

Ah, right. Nevermind me, all good! 

-- 
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/659#discussion_r161665141

Received on Tuesday, 16 January 2018 05:48:31 UTC