This repository was archived by the owner on Nov 5, 2024. It is now read-only.
v1.3.0
Improvements
- Removed Axios if favor of the native window.fetch() method.
Please note: since window.fetch() is a native method and it doesn't work on old browsers, if you need to support them you have to add a global polyfill like github/fetch or developit/unfetch. Here you can find the global support for window.fetch() method: https://caniuse.com/#search=fetch.