Re: [fetch] expand Request.destination with more granular values (#211)

> @@ -622,34 +631,42 @@ <h4 id=terminology-headers>Headers</h4>
>     <td>"<code title>document</code>"
>     <td>HTML's navigate algorithm.
>    <tr>
> +   <td>"<code title>document</code>"
> +   <td><code title>child-src</code>
> +   <td>HTML's <code>&lt;iframe></code> and <code>&lt;frame></code>
> +  <tr>
>     <td>"<code title>subresource</code>"
>     <td><code title>connect-src</code>
>     <td><code>navigator.sendBeacon()</code>, <code>EventSource</code>,

FWIW, empty string would map cleanly for the use case in https://github.com/w3c/preload/issues/55 -- empty `as` is same as calling fetch(). How about "report" for the CSP/NEL?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/211/files#r52724775

Received on Friday, 12 February 2016 10:22:10 UTC