IndexedDB: 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 Review URL: https://codereview.chromium.org/1138643007 Cr-Commit-Position: refs/heads/master@{#330225}
Showing
Please register or sign in to comment