emoji-mart icon indicating copy to clipboard operation
emoji-mart copied to clipboard

Use `indexedDB` for persistant data

Open akabutnicer opened this issue 1 year ago • 0 comments

With the regular localStorage implementation, people can access that very data and manipulate it to their likings. While this isn't necessarily a bad thing, it's safer for indexedDB to be used so its more private, plus, it doesn't mess with the user's already existing localStorage data.

Regards.

akabutnicer avatar Feb 21 '24 15:02 akabutnicer