react-native/Libraries/Network
philipp.krone 4b5b952c32 Changing Error to Warning
Summary:
As discussed with @nicklockwood in the issue https://github.com/facebook/react-native/issues/1780, the error should be changed to a warning to not break fetch() to send a POST to a remote API without wanting to parse the reply. E.g. google sends back an empty 1x1px gif when POSTing something to google analytics.
Closes https://github.com/facebook/react-native/pull/1860
Github Author: "philipp.krone" <kronep@googlemail.com>
2015-07-08 09:36:13 -08:00
..
RCTNetwork.xcodeproj [React Native] Re-alphabetize file names in Xcode projects 2015-07-06 01:57:06 -08:00
FormData.js [ReactNative] Allow uploading native files (e.g. photos) and FormData via XMLHttpRequest 2015-06-09 12:27:05 -08:00
NetInfo.js [ReactNative] NetInfo listener Map 2015-06-12 14:56:21 -08:00
RCTHTTPRequestHandler.h [ReactNative] Refactor RCTDataManager to support pluggable data source modules (RCTURLRequestHandlers) 2015-06-09 12:27:06 -08:00
RCTHTTPRequestHandler.m Remove unnecessary imports for RCTHTTPRequestHandler to fix Cocoapods build 2015-07-06 10:12:43 -08:00
RCTNetworking.h Renamed RCTDataManager to RCTNetworking 2015-06-18 09:44:30 -08:00
RCTNetworking.m Changing Error to Warning 2015-07-08 09:36:13 -08:00
RCTReachability.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTReachability.m Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
XMLHttpRequest.ios.js Renamed RCTDataManager to RCTNetworking 2015-06-18 09:44:30 -08:00
XMLHttpRequestBase.js Fix incorrect lowercase response headers set for XHR responses 2015-07-07 15:05:45 -08:00