This commit is contained in:
Taavi Kuusik 2017-07-03 13:32:13 -07:00
Родитель 29b0f364b2
Коммит 90703104ff
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -531,7 +531,7 @@ export class SimpleWebRequest<T> {
}
return {
url: this._xhr.responseURL,
url: this._xhr.responseURL || this._url,
method: this._action,
statusCode: statusCode,
statusText: this._xhr.statusText,