Changed WebResponse.url to use XHR.responseURL instead of initial request url
This commit is contained in:
Родитель
ffec8ebb46
Коммит
29b0f364b2
|
@ -531,7 +531,7 @@ export class SimpleWebRequest<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
url: this._url,
|
url: this._xhr.responseURL,
|
||||||
method: this._action,
|
method: this._action,
|
||||||
statusCode: statusCode,
|
statusCode: statusCode,
|
||||||
statusText: this._xhr.statusText,
|
statusText: this._xhr.statusText,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче