@rpldy/retry
Installation
- npm
- Yarn
- pnpm
npm install @rpldy/retry
yarn add @rpldy/retry
pnpm add @rpldy/retry
Details
Adds the capability to retry failed uploads. Retry monitors items that have failed due to error or abort.
This package exposes an UploaderEnhancer that adds the retry extension.
For usage with your React app, see @rpldy/retry-hooks.
warning
Manual usage (outside React) is less practical as it requires familiarity with the internals of this package which is unadvisable at the moment.