Changed WebResponse.url to use XHR.responseURL instead of initial request url

This commit is contained in:
Taavi Kuusik 2017-06-30 16:22:46 -07:00
Родитель ffec8ebb46
Коммит 29b0f364b2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,