Re: [whatwg/fetch] Request.destination for `<link rel=prefetch>` (#658)

@mikewest sure! I believe `preload` is well defined, and I don't think we need a specific `initiator` value for it.

`prefetch` is indeed not-well-defined atm, which is why I opened this issue :) I can PR Fetch to add a new `initiator` for it (that CSP can hang off of), and add the definition to Resource Hints to use that initiator, as well as the empty string destination.

OTOH, if we would eventually need to expose it to users, a new `destination` might be cleaner than exposing `initiator` IMO.

-- 
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/issues/658#issuecomment-355916673

Received on Monday, 8 January 2018 09:25:47 UTC