Google News
logo
JavaScript IndexedDB - Quiz(MCQ)
To destroy the object store, use the ____ method.
A)
delObjectStore()
B)
destroyObjectStore()
C)
deleteObjectStore()
D)
removeObjectStore()

Correct Answer :   deleteObjectStore()


Explanation : To destroy the object store, use the deleteObjectStore() method.

Advertisement