Created
January 2, 2017 15:49
-
-
Save yleflour/c90a21e87cee01837b3d8de3a10018c3 to your computer and use it in GitHub Desktop.
React Native Debugger - Network Traffic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (window.__REDUX_DEVTOOLS_EXTENSION__) { | |
const xhr = global.originalXMLHttpRequest ? | |
global.originalXMLHttpRequest : | |
global.XMLHttpRequest; | |
global.XMLHttpRequest = xhr; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment