class js.html.sql.DatabaseSync

Available on js

DRAFT
This page is not complete.

The DatabaseSync interface in the IndexedDB API represents a synchronous connection to a database.



Documentation for this class was provided by MDN.

Instance Fields

var version:String

The version of the connected database. Has the null value when the database is first created.

function changeVersion(oldVersion:String, newVersion:String, ?callback_:TransactionSyncCallback):Void