Skip to content

Configurable defaults and TS triple dash directive

Choose a tag to compare

@jonbern jonbern released this 22 Feb 20:08
· 89 commits to master since this release

This version introduces configurable defaults for fetch-retry for when the base defaults does not make sense in your project.

It also adds a Triple-Slash Directive for TypeScript to add global definitions for Response etc. without having to add DOM as a dependency.

Many thanks to @jcchavezs and @robinpokorny for providing the feature requests and pull requests for this version!