mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 05:34:15 +00:00
[react_native] JS files from D2164109: [react_native] Fix JS error stacktraces on Android
This commit is contained in:
parent
c8c254ce13
commit
0116abed4f
@ -143,7 +143,7 @@ class XMLHttpRequestBase {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.status = status;
|
this.status = status;
|
||||||
this.setResponseHeaders(responseHeaders);
|
this.setResponseHeaders(responseHeaders || {});
|
||||||
this.responseText = responseText;
|
this.responseText = responseText;
|
||||||
this.setReadyState(this.DONE);
|
this.setReadyState(this.DONE);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user