| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f99f149a8eea798015059cd3311371f17c1ff8a5
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/IDBCursor.dart
|
| @@ -0,0 +1,21 @@
|
| +
|
| +class IDBCursor native "IDBCursor" {
|
| +
|
| + int direction;
|
| +
|
| + IDBKey key;
|
| +
|
| + IDBKey primaryKey;
|
| +
|
| + IDBAny source;
|
| +
|
| + void continueFunction([IDBKey key = null]) native;
|
| +
|
| + IDBRequest delete() native;
|
| +
|
| + IDBRequest update(String value) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|