Skip to content

Instantly share code, notes, and snippets.

Created February 5, 2015 17:00
Show Gist options
  • Save anonymous/59755735ac1f5c06582c to your computer and use it in GitHub Desktop.
Save anonymous/59755735ac1f5c06582c to your computer and use it in GitHub Desktop.
window.localforage.getItem('context')
.then(function(result){
console.log('-- Result ---');
console.log(result);
}, function(err){
console.log('--- Error ---');
console.log(err);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment