Google News
logo
JavaScript IndexedDB - Quiz(MCQ)
Operations performed using IndexedDB are done ________.
A)
Asynchronously
B)
Synchronously
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Asynchronously


Explanation : Operations performed using IndexedDB are done asynchronously.

Advertisement