background-fetch
background-fetch copied to clipboard
How to handle redirects
It feels like we should reject on "manual" redirect modes to avoid dealing with opaque resources.
However, what about "follow"? If we hit a redirect, then need to resume the download, does the request go to the destination url or the original target? I suspect it's the target, but need to test what downloads do today.