Question d’entretien chez Expedia Group

What is IndexedDB working model in JS?

Réponse à la question d'entretien

Utilisateur anonyme

20 févr. 2023

IndexedDB is a low-level API for client-side storage of larger amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data.