Allow passing engine options in load() #141
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MichaelContento/redux-storage!141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "engine-config-load"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For #140.
This backwards-compatible change allows you to pass options to the engine as part of the
load()call, e.g.For example, a localForage engine can be implemented like this:
For a full discussion about this feature please see #140
Closing as I found a better solution for my problem: https://github.com/michaelcontento/redux-storage/issues/140#issuecomment-225049708
Pull request closed