localstorage-retry
localstorage-retry copied to clipboard
Pass the error object to discard event
Presently, the discard event is only passing the number of attempts and the original item.
This PR passes the error object which is used in the requeue callback. This will allow consumers of the library to peak into the error and implement custom logic if they require.