This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.
Explainer
Additional Context
Do you need to store important data on client's device?
Are these data structured data with a little bit complexity? Such as files? So you're best choice is IndexedDB.
It is a low-level web storage API that uses indeces to search your data.
Top comments (0)