| 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 587e79ce196a3ef41477eed8c67c32faa4d66585..27e5ff4d572eb1b5409cc79c1caeef0cb32fe9ae 100644
|
| --- a/client/dom/generated/src/frog/IDBTransaction.dart
|
| +++ b/client/dom/generated/src/frog/IDBTransaction.dart
|
| @@ -5,12 +5,6 @@ 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;
|
|
|