| 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..6dffdf4b7323eb94498443c7ff06b0d2d216d3b3 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 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 value, [IDBKeyJs key = null]) native;
|
| }
|
|
|