| 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..9e173f41f0ace78d88043e19815855e9ab56d35f
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/IDBKeyRange.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +class _IDBKeyRangeJs implements IDBKeyRange native "*IDBKeyRange" {
|
| +
|
| + final _IDBKeyJs lower;
|
| +
|
| + final bool lowerOpen;
|
| +
|
| + final _IDBKeyJs upper;
|
| +
|
| + final bool upperOpen;
|
| +
|
| + _IDBKeyRangeJs bound(_IDBKeyJs lower, _IDBKeyJs upper, [bool lowerOpen = null, bool upperOpen = null]) native;
|
| +
|
| + _IDBKeyRangeJs lowerBound(_IDBKeyJs bound, [bool open = null]) native;
|
| +
|
| + _IDBKeyRangeJs only(_IDBKeyJs value) native;
|
| +
|
| + _IDBKeyRangeJs upperBound(_IDBKeyJs bound, [bool open = null]) native;
|
| +}
|
|
|