Added fallback
This commit is contained in:
Родитель
29b0f364b2
Коммит
90703104ff
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче