Articles tagged: IDBKeyRange
Found 11 documents
- Web/API/IDBKeyRange A key range can be a single value or a range with upper and lower bounds or endpoints. If the ...
- Web/API/IDBKeyRange/bound The bounds can be open (that is, the bounds exclude the endpoint values) or closed (that is, the ...
- Web/API/IDBKeyRange/includes A Boolean.
- Web/API/IDBKeyRange/lower The lower bound of the key range (can be any type.)
- Web/API/IDBKeyRange/lowerBound By default, it includes the lower endpoint value and is closed.
- Web/API/IDBKeyRange/lowerOpen A boolean :
- Web/API/IDBKeyRange/only IDBKeyRange : The newly created key range.
- Web/API/IDBKeyRange/upper The upper bound of the key range (can be any type.)
- Web/API/IDBKeyRange/upperBound By default, it includes the upper endpoint value and is closed.
- Web/API/IDBKeyRange/upperOpen A boolean :
- Web/API/IDBLocaleAwareKeyRange The IDBLocaleAwareKeyRange interface of the IndexedDB API is a Firefox-specific version of ...