forked from indexeddbshim/IndexedDBShim
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INCOMPLETE: Need to check logic for checking/incrementing/returning key
as well as properly handle numbers just beyond the max allowed by ES since confuable if only incrementing by one - Fix: As per new requirements, ensure numbers higher than the max (including non-finite) have the effect of setting the current number to the max - Fix: Default to `global` where no `window` or `self` is defined - Refactoring (SQL): (avoid unused column name in SELECT) - Refactoring (spec): Make current number retrieval routines more closely parallel spec - npm: Update ESLint and compat plugin; add shrinkwrap to better ensure consistency across installs (and for testing consistency) - Grunt: Try stabilizing builds for issue indexeddbshim#291
- Loading branch information
Showing
11 changed files
with
5,670 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.