| 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..f1748e0e36873f1c46c842f1404bfaba681e371d 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/*SerializedScriptValue*/ 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/*SerializedScriptValue*/ value, [IDBKey key]);
|
| }
|
|
|