Garry

Results 1 issues of Garry

Is there any intent to be able to support an async storage provider like localforage? ``` import localforage from 'localforage' export default { setItem: async (key, value) => { return...