You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, this probably requires a number of tests as I suspect some browsers to UTF-8 decode. And Location parsing in general is in need of a greater number of tests and a rewrite to use the new header infrastructure.
https://url.spec.whatwg.org/#concept-url-parser takes a string, but https://fetch.spec.whatwg.org/#concept-http-fetch calls it with the value of the
Location
header, a byte sequence.The text was updated successfully, but these errors were encountered: