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
/* | |
FETCH (-): | |
1.Handing error with fetch api. | |
2.Getting api response in 2 steps. | |
3.No timeout functionality available. | |
4.Cancelling request. | |
5.Fetch does not support upload progress. | |
6.No cookies by default | |
AXIOS (+): |