## Feature request Use localForage instead of localStorage. #### Problem or desire Solve the problem that too many search indexes cannot be stored in localStorage. #### Proposal https://github.com/localForage/localForage #### Implementation Because localForage uses async storage, it has an async API. It's otherwise exactly the same as the [localStorage API](https://hacks.mozilla.org/2009/06/localstorage/). Should just need to replace localStorage in [`src/plugins/search/search.js`](https://github.com/docsifyjs/docsify/blob/817a7649153e7fe01bca1c719c06733578f59d6a/src/plugins/search/search.js) ---- ### Other - https://dexie.org/