Home »
MCQs »
JavaScript IndexedDB MCQs
To destroy the object store, use the ____ method (in IndexedDB)
13. To destroy the object store, use the ____ method.
- destroyObjectStore()
- delObjectStore()
- removeObjectStore()
- deleteObjectStore()
Answer: D) deleteObjectStore()
Explanation:
To destroy the object store, use the deleteObjectStore() method.