| 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 299eaf58c349fd4d5ba4a61310015dcf956600c5..7546f048822cbdb4dac6dcd96ce0ac229cfc202a 100644
|
| --- a/client/dom/generated/src/frog/IDBObjectStore.dart
|
| +++ b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| @@ -5,6 +5,8 @@ class IDBObjectStore native "IDBObjectStore" {
|
|
|
| String name;
|
|
|
| + IDBTransaction transaction;
|
| +
|
| IDBRequest add(String value, [IDBKey key = null]) native;
|
|
|
| IDBRequest clear() native;
|
|
|