Hi, I’m looking into developing a plugin for working with search result data: Designing with search data.
I was wondering if indexeddb / leveldb is available in the plugin environment? I was thinking of using search-index and PouchDB to create the plugin.
Or maybe this is an API Feedback post?
Hi @eklem,
Unfortunately, IndexedDB isn’t available for plugins.
Therefore, you could create a feature request (as you said: API feedback) for that – currently the only way to save and retrieve data is saving and loading from a file in the file system.
I hope this helps, Happy coding, Pablo
Thanks for the feature request! http://forums.creativeclouddeveloper.com/c/api-feedback/feature-requests
Closing this topic.