I was thinking of an extension that allows me to collect resources (images, videos and sounds) around the web and also give the possibility to upload files from the user's disk.
Now, regardless of the method in which these resources are transferred into the extension,
I'm here to ask what was the best storage to save these resources.
- Cache Storage ?
- IndexedDb ?
- Origin private file system ?
What are the pros and cons of each storage for this context?
Obviously I would also like to give the user the possibility to delete at any time one or more files that he doesn't consider useful anymore.
TIA