-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RT should handle multi-request fetches #21
Comments
Opened a bug on Fetch: whatwg/fetch#75 |
I think having redirects as their own resource entries is doable, now that FETCH and RT are integrated. I suggest giving them
|
Note also the discussion in #223. I believe that at least as a first step, this information should be only available for same-origin, regardless of TAO, until some versioning scheme or some other solution is found for "TAO yesterday and TAO today mean two different things". |
A use-case I have come across for recording multi-request fetches would be to allow you to access the --- Example --- If when when navigating to a URL, Response
The browser will redirect to https://example.com/results but the
|
Discussion: https://lists.w3.org/Archives/Public/public-web-perf/2015Feb/0059.html
The text was updated successfully, but these errors were encountered: