Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How does IndexedDB provide atomicity?

  2. A.

     Grouping among the data

    B.

     Grouping within a transaction

    C.

     Grouping the data

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    IndexedDB provides atomicity guarantees: queries and updates to the database are grouped within a transaction so that they all succeed together or all fail together and never leave the database in an undefined partially updated state.


Be The First To Comment