@jswork/next-fetch-with-retry
v1.0.10
Published
Fetch with try for next.
Downloads
131
Readme
next-fetch-with-retry
Fetch with try for next.
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.