| 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 10cbae08e6d51184356dfff34b0517289fb11406..e9a061c848884c6008e737d7bf28c944feed867b 100644
|
| --- a/client/dom/generated/src/frog/IDBTransaction.dart
|
| +++ b/client/dom/generated/src/frog/IDBTransaction.dart
|
| @@ -1,6 +1,12 @@
|
|
|
| class IDBTransaction native "*IDBTransaction" {
|
|
|
| + static final int READ_ONLY = 0;
|
| +
|
| + static final int READ_WRITE = 1;
|
| +
|
| + static final int VERSION_CHANGE = 2;
|
| +
|
| IDBDatabase db;
|
|
|
| int mode;
|
|
|