This repository was 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
baseUrlthat was given when initialising thenew Fetcherclass 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.