| Index: client/dom/generated/src/frog/IDBKeyRange.dart
|
| diff --git a/client/dom/generated/src/frog/IDBKeyRange.dart b/client/dom/generated/src/frog/IDBKeyRange.dart
|
| deleted file mode 100644
|
| index 506b379e802b855b99b91327e37ec53a88113eb7..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/IDBKeyRange.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -
|
| -class _IDBKeyRangeJs extends _DOMTypeJs 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;
|
| -}
|
|
|