Re: [fetch] Allow "manual" redirect fetches with caveats (#66)

> This is only relevant when the request context is a https://fetch.spec.whatwg.org/#navigation-request-context

Hmm, no... this applies to all contexts. Timing and performance data on redirects, preflights, etc, is important for all fetches:

- I want to identify and measure expensive redirect chains on navigation requests.
- I want to identify and measure redirect and preflight costs for arbitrary resources - e.g. image, script, etc

If the browser emits multiple requests to satisfy the fetch request, I should be able to observe what those were and the cost of each -- subject to TAO and other restrictions.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/66#issuecomment-119279292

Received on Tuesday, 7 July 2015 17:40:25 UTC