Add additional config option to allow the queued action to not continue along the middleware after being added to the queue.
Reason:
When using redux-offline-queue in my current project I didn't want the action to continue along to the other middleware and be dispatched, I only wanted it to be added to the offline queue.
Add additional config option to allow the queued action to not continue along the middleware after being added to the queue.
Reason: When using
redux-offline-queue
in my current project I didn't want the action to continue along to the other middleware and be dispatched, I only wanted it to be added to the offline queue.