| Index: client/dom/generated/src/interface/IDBObjectStore.dart
|
| diff --git a/client/dom/generated/src/interface/IDBObjectStore.dart b/client/dom/generated/src/interface/IDBObjectStore.dart
|
| index 63076d3e4f74ac593b28b463cf602b46e44ce6d0..02bf243cd9f27933ea2d4a2f7c7832167c9495c7 100644
|
| --- a/client/dom/generated/src/interface/IDBObjectStore.dart
|
| +++ b/client/dom/generated/src/interface/IDBObjectStore.dart
|
| @@ -12,7 +12,7 @@ interface IDBObjectStore {
|
|
|
| IDBTransaction get transaction();
|
|
|
| - IDBRequest add(String value, [IDBKey key]);
|
| + IDBRequest add(Dynamic value, [IDBKey key]);
|
|
|
| IDBRequest clear();
|
|
|
| @@ -30,5 +30,5 @@ interface IDBObjectStore {
|
|
|
| IDBRequest openCursor([IDBKeyRange range, int direction]);
|
|
|
| - IDBRequest put(String value, [IDBKey key]);
|
| + IDBRequest put(Dynamic value, [IDBKey key]);
|
| }
|
|
|