Skip to content

Commit

Permalink
feature(indexDB): Support indexDB for Safari browser
Browse files Browse the repository at this point in the history
localForage 1.5.0 supports now indexDB for Safari browser: "We now use IndexedDB as the storage engine for Safari v10.1 (and above)."

localforage-cordovasqlitedriver updated also to localForage 1.5.0: thgreasi/localForage-cordovaSQLiteDriver#19
  • Loading branch information
Daniel Sogl authored Apr 23, 2017
1 parent 2c7748f commit 77d0a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"homepage": "https://github.com/driftyco/ionic-storage#readme",
"dependencies": {
"@types/localforage": "0.0.30",
"localforage": "~1.4.2",
"localforage-cordovasqlitedriver": "~1.5.0"
"localforage": "~1.5.0",
"localforage-cordovasqlitedriver": "~1.6.0"
},
"devDependencies": {
"@angular/core": "2.4.8",
Expand Down

0 comments on commit 77d0a5d

Please sign in to comment.