| Index: client/html/generated/html/frog/IDBKeyRange.dart
|
| diff --git a/client/html/generated/html/frog/IDBKeyRange.dart b/client/html/generated/html/frog/IDBKeyRange.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b259b5d71f8f3a3d0875069924befac06653bdb2
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/IDBKeyRange.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +class _IDBKeyRangeImpl implements IDBKeyRange native "*IDBKeyRange" {
|
| +
|
| + final _IDBKeyImpl lower;
|
| +
|
| + final bool lowerOpen;
|
| +
|
| + final _IDBKeyImpl upper;
|
| +
|
| + final bool upperOpen;
|
| +
|
| + _IDBKeyRangeImpl bound(_IDBKeyImpl lower, _IDBKeyImpl upper, [bool lowerOpen = null, bool upperOpen = null]) native;
|
| +
|
| + _IDBKeyRangeImpl lowerBound(_IDBKeyImpl bound, [bool open = null]) native;
|
| +
|
| + _IDBKeyRangeImpl only(_IDBKeyImpl value) native;
|
| +
|
| + _IDBKeyRangeImpl upperBound(_IDBKeyImpl bound, [bool open = null]) native;
|
| +}
|
|
|