mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
[Redirected](https://fetch.spec.whatwg.org/#dom-response-redirected) should be decided by the URL List. Currently it does not. We add some TODO, fill URL in more places according to spec. Testing: This should not change behaviour, as URL list is mostly used by [Redirected](https://fetch.spec.whatwg.org/#dom-response-redirected). If we do it now, we get test failures as URL list is not fully set in all spec steps. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>