Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Refactoring and optimisation

Compare
Choose a tag to compare
@hilleer hilleer released this 16 May 07:49
· 31 commits to master since this release
  • It is no longer possible to provide an optional Error handler in options.
  • You can now overwrite the baseUrl that was given when initialising the new Fetcher class or skip it entirely, by providing it in the fetcher.fetch() call.
  • fetch() can now take an object of options or be provided as direct calls. Please see readme or type definitions file.