| 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 8c1909d2d2a6bea2c32bfd9c4078824c8da4e673..c022193c0cec48ff230154ac437722f561024fea 100644
|
| --- a/client/dom/generated/src/frog/IDBObjectStore.dart
|
| +++ b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| class IDBObjectStore native "*IDBObjectStore" {
|
|
|
| - String keyPath;
|
| + String get keyPath() native "return this.keyPath;";
|
|
|
| - String name;
|
| + String get name() native "return this.name;";
|
|
|
| - IDBTransaction transaction;
|
| + IDBTransaction get transaction() native "return this.transaction;";
|
|
|
| IDBRequest add(String value, [IDBKey key = null]) native;
|
|
|
|
|