This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
Refactoring and optimisation
- It is no longer possible to provide an optional Error handler in options.
- You can now overwrite the
baseUrl
that was given when initialising thenew Fetcher
class or skip it entirely, by providing it in thefetcher.fetch()
call. fetch()
can now take an object of options or be provided as direct calls. Please see readme or type definitions file.