Uses of Interface
elemental2.dom.Database.TransactionErrorCallbackFn
-
Uses of Database.TransactionErrorCallbackFn in elemental2.dom
Methods in elemental2.dom with parameters of type Database.TransactionErrorCallbackFnModifier and TypeMethodDescriptionvoid
Database.transaction
(Database.TransactionCallbackFn callback, Database.TransactionErrorCallbackFn errorCallback) void
Database.transaction
(Database.TransactionCallbackFn callback, Database.TransactionErrorCallbackFn errorCallback, elemental2.core.Function Callback)