Home »
MCQs »
JavaScript IndexedDB MCQs
The ____ method returns all the objects in the object store
15. The ____ method returns all the objects in the object store.
- All()
- Getall()
- Includeall()
Answer: B) Getall()
Explanation:
The getall() method returns all the objects in the object store.