property DatabaseSyncOptions.open
If true
, the database is opened by the constructor.
When this value is false
, the database must be opened via the open()
method.
Type Jump to heading
boolean | undefined
If true
, the database is opened by the constructor.
When this value is false
, the database must be opened via the open()
method.
boolean | undefined