| Index: client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| index 459b3b897d0c9eba8dd7e980de7ceb3ec5e53bc4..5008e962564c35c763ddea4f8597fc46b4291b0e 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| @@ -17,6 +17,9 @@ class _IDBObjectStoreWrappingImplementation extends DOMWrapperBase implements ID
|
| String get name() { return _get__IDBObjectStore_name(this); }
|
| static String _get__IDBObjectStore_name(var _this) native;
|
|
|
| + IDBTransaction get transaction() { return _get__IDBObjectStore_transaction(this); }
|
| + static IDBTransaction _get__IDBObjectStore_transaction(var _this) native;
|
| +
|
| IDBRequest add(String value, [IDBKey key = null]) {
|
| if (key === null) {
|
| return _add(this, value);
|
|
|