Created
October 24, 2019 21:31
-
-
Save sygn/6735c2141526555d571bbcc76a936db6 to your computer and use it in GitHub Desktop.
View network requests in chrome developer tools for react-native
This file contains 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
// To see all the requests in the chrome Dev tools in the network tab. | |
XMLHttpRequest = GLOBAL.originalXMLHttpRequest ? | |
GLOBAL.originalXMLHttpRequest : | |
GLOBAL.XMLHttpRequest; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment