Google News
logo
JavaScript IndexedDB - Quiz(MCQ)
To close a database, we need to use which of the following function?
A)
IDBDatabase.end()
B)
IDBDatabase.close()
C)
IDBDatabase.finish()
D)
None of the above

Correct Answer :   IDBDatabase.close()


Explanation : To close a database we need to use the function IDBDatabase.close()

Advertisement