Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

v1.3.0

Choose a tag to compare

@sergiop sergiop released this 03 May 08:45
· 46 commits to master since this release
83fdd4c

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.