mirror of
https://github.com/status-im/react-native.git
synced 2025-02-03 13:14:42 +00:00
XMLHttpRequest withCredentials defaults to "true"
Summary: see https://github.com/facebook/react-native/issues/14063 Closes https://github.com/facebook/react-native/pull/14064 Differential Revision: D5117654 Pulled By: ericvicenti fbshipit-source-id: 7c3d376f5251e3b28c34383c5b58658e17d6c032
This commit is contained in:
parent
f702cbecba
commit
9b4a644fec
@ -119,7 +119,7 @@ class XMLHttpRequest extends EventTarget(...XHR_EVENTS) {
|
||||
status: number = 0;
|
||||
timeout: number = 0;
|
||||
responseURL: ?string;
|
||||
withCredentials: boolean = false
|
||||
withCredentials: boolean = true
|
||||
|
||||
upload: XMLHttpRequestEventTarget = new XMLHttpRequestEventTarget();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user