Uses of Interface
elemental2.dom.Database.ReadTransactionErrorCallbackFn
-
-
Uses of Database.ReadTransactionErrorCallbackFn in elemental2.dom
Methods in elemental2.dom with parameters of type Database.ReadTransactionErrorCallbackFn Modifier and Type Method Description void
Database. readTransaction(Database.ReadTransactionCallbackFn callback, Database.ReadTransactionErrorCallbackFn errorCallback)
void
Database. readTransaction(Database.ReadTransactionCallbackFn callback, Database.ReadTransactionErrorCallbackFn errorCallback, elemental2.core.Function Callback)
-