1.0.10 • Published 2 years ago

@jswork/next-fetch-with-retry v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

next-fetch-with-retry

Fetch with try for next.

version license size download

installation

npm install -S @jswork/next-fetch-with-retry

usage

import '@jswork/next-fetch-with-retry';

const betterFetch = nx.fetchWithRetry(fetch);

betterFetch('https://www.google1.com/')
  .catch((err) => {
    console.log('err::::', err);
  });

license

Code released under the MIT license.

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago