Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "URL that was originally to be fetched" isn't clear about which URL that actually is. The choices here are: * The request's URL: The original URL before any redirects. * The request's current URL: The final URL after any redirects, and treating a Service Worker's response as from that URL. * The response's URL: Either the final URL after any redirects, or, if a Service Worker intercepted the fetch and returned a response from a different URL, that different URL. Fixes whatwg#3953.
- Loading branch information