Which of the following method in IndexedDB can be employed to build a database?

5. Which of the following method in IndexedDB can be employed to build a database?

  1. Build()
  2. New()
  3. Db()
  4. Open()

Answer: D) Open()

Explanation:

The open() method in IndexedDB can be employed to build a database.

Comments and Discussions!

Load comments ↻






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