DescriptionIndexedDB: Zero no longer a valid value for maxCount in getAll().
Prior IDBObjectStore.getAll implementation used zero as the sentinel value
for maxCount to mean unlimited. This change eliminates that check on the
Chrome side. It is now the callers (Blink's) responsibility to pass in a very
large number (MAXUINT) if the intent is to have the response be unbounded.
BUG=457450
Committed: https://crrev.com/ca3da5230ce8725714fbeae15a9afbcb178f3ca3
Cr-Commit-Position: refs/heads/master@{#330225}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|