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
function changeVersion(oldVersion:String, newVersion:String, ?callback_:TransactionSyncCallback):Void