Home » HTML » Html miscellaneous » Question
  1. openDatabase() method does not take the argument in __________.
    1. server name
    2. database version
    3. display name
    4. database name
    5. None of these
Correct Option: A

openDatabase() and openDatabaseSync() methods takes the name of the database, version of the database, display name, estimated size in bytes of the data that is to be stored in the database. openDtabase() method works on WorkerUtils and Window, openDatabaseSync() method works on WorkerUtils.



Your comments will be displayed only after manual approval.