| Index: client/dom/generated/src/frog/IDBCursor.dart
|
| diff --git a/client/dom/generated/src/frog/IDBCursor.dart b/client/dom/generated/src/frog/IDBCursor.dart
|
| index dd2c9e3093c4047e64f193a92778c584e291c95c..8a4eb7b3d809856d633ee282e965f7212eda845b 100644
|
| --- a/client/dom/generated/src/frog/IDBCursor.dart
|
| +++ b/client/dom/generated/src/frog/IDBCursor.dart
|
| @@ -1,6 +1,14 @@
|
|
|
| class IDBCursor native "*IDBCursor" {
|
|
|
| + static final int NEXT = 0;
|
| +
|
| + static final int NEXT_NO_DUPLICATE = 1;
|
| +
|
| + static final int PREV = 2;
|
| +
|
| + static final int PREV_NO_DUPLICATE = 3;
|
| +
|
| int direction;
|
|
|
| IDBKey key;
|
|
|