Re: [whatwg/fetch] Fold request type into destination (#582)

yoavweiss approved this pull request.

LGTM % preload reference

> @@ -813,23 +802,27 @@ the empty string,
 "<code>worker</code>", or
 "<code>xslt</code>". Unless stated otherwise it is the empty string.
 
+<p>A <dfn for=export>script-like destination</dfn> is "<code>script</code>",
+"<code>serviceworker</code>", "<code>sharedworker</code>", or "<code>worker</code>".
+
+<!-- Dependencies:
+     * CSP: https://w3c.github.io/webappsec-csp/#effective-directive-for-a-request
+     * Mixed Content: https://w3c.github.io/webappsec-mixed-content/#should-block-fetch
+     * SRI: https://w3c.github.io/webappsec-subresource-integrity/#apply-algorithm-to-request
+     * HTML -->

https://w3c.github.io/preload/ also relies on request destination (in the "appropriate times to obtain a resource" section)

-- 
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/582#pullrequestreview-57444407

Received on Monday, 21 August 2017 09:31:11 UTC