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 4699fa0d4ae12b2c7a75eab8dd587c6bc2d53f4d..9ebd408553b4641917bd38a09ba1f07986bdbf23 100644 |
--- a/client/dom/generated/src/frog/IDBObjectStore.dart |
+++ b/client/dom/generated/src/frog/IDBObjectStore.dart |
@@ -7,7 +7,7 @@ class IDBObjectStoreJs extends DOMTypeJs implements IDBObjectStore native "*IDBO |
IDBTransactionJs get transaction() native "return this.transaction;"; |
- IDBRequestJs add(String value, [IDBKeyJs key = null]) native; |
+ IDBRequestJs add(Dynamic/*SerializedScriptValue*/ value, [IDBKeyJs key = null]) native; |
IDBRequestJs clear() native; |
@@ -25,5 +25,5 @@ class IDBObjectStoreJs extends DOMTypeJs implements IDBObjectStore native "*IDBO |
IDBRequestJs openCursor([IDBKeyRangeJs range = null, int direction = null]) native; |
- IDBRequestJs put(String value, [IDBKeyJs key = null]) native; |
+ IDBRequestJs put(Dynamic/*SerializedScriptValue*/ value, [IDBKeyJs key = null]) native; |
} |