- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 23 Feb 2021 23:12:06 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 24 February 2021 07:12:20 UTC
You have misread it. The URL list of a response doesn't contain the `Location` header information. In case of an opaque-redirect response it would only contain the request URL, which you already have. This feature also was only ever meant for service workers so they can store an opaque redirect response and replay it (but they won't ever be able to obtain the value from the `Location` header either). -- 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/601#issuecomment-784847967
Received on Wednesday, 24 February 2021 07:12:20 UTC