| Index: client/dom/generated/src/frog/IDBTransaction.dart
|
| diff --git a/client/dom/generated/src/frog/IDBTransaction.dart b/client/dom/generated/src/frog/IDBTransaction.dart
|
| index e9a061c848884c6008e737d7bf28c944feed867b..ab97bd21b681330b298f240ae45d3c941f441257 100644
|
| --- a/client/dom/generated/src/frog/IDBTransaction.dart
|
| +++ b/client/dom/generated/src/frog/IDBTransaction.dart
|
| @@ -11,6 +11,12 @@ class IDBTransaction native "*IDBTransaction" {
|
|
|
| int mode;
|
|
|
| + EventListener onabort;
|
| +
|
| + EventListener oncomplete;
|
| +
|
| + EventListener onerror;
|
| +
|
| void abort() native;
|
|
|
| void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
|
|