To destroy the object store, use the ____ method (in IndexedDB)

13. To destroy the object store, use the ____ method.

  1. destroyObjectStore()
  2. delObjectStore()
  3. removeObjectStore()
  4. deleteObjectStore()

Answer: D) deleteObjectStore()

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.