Skip to content

Instantly share code, notes, and snippets.

@kartikag01
Last active December 9, 2018 10:29
Show Gist options
  • Save kartikag01/e0ced292e98641c7e038764fa1d0ec56 to your computer and use it in GitHub Desktop.
Save kartikag01/e0ced292e98641c7e038764fa1d0ec56 to your computer and use it in GitHub Desktop.
compare features in libs
Features Axios whatwg-fetch superagent
Promise Support Yes Yes Yes
Interceptor Yes Not Natively Not Natively
Cancel Request Yes Yes Yes
Transform Data Yes Not Automatically Not Automatically
Blob Upload Yes Yes Yes
Dev Friendly Api Yes No (Failed Request do not go to catch block) Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment