| Index: client/dom/generated/src/frog/IDBObjectStore.dart
|
| diff --git a/client/dom/generated/src/frog/IDBObjectStore.dart b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| index 9bbcfd660d440025137348bcc05b2edae2e286ee..8c1909d2d2a6bea2c32bfd9c4078824c8da4e673 100644
|
| --- a/client/dom/generated/src/frog/IDBObjectStore.dart
|
| +++ b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| @@ -11,6 +11,8 @@ class IDBObjectStore native "*IDBObjectStore" {
|
|
|
| IDBRequest clear() native;
|
|
|
| + IDBRequest count([IDBKeyRange range = null]) native;
|
| +
|
| IDBIndex createIndex(String name, String keyPath) native;
|
|
|
| IDBRequest delete(IDBKey key) native;
|
|
|