You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Ben Keen (JIRA)" <ji...@apache.org> on 2014/11/03 19:57:33 UTC

[jira] [Assigned] (COUCHDB-2432) Move local storage getter + setter in utils.js

     [ https://issues.apache.org/jira/browse/COUCHDB-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Keen reassigned COUCHDB-2432:
---------------------------------

    Assignee: Ben Keen

> Move local storage getter + setter in utils.js
> ----------------------------------------------
>
>                 Key: COUCHDB-2432
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2432
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Ben Keen
>            Assignee: Ben Keen
>
> We're using local storage in a couple of places by explicitly calling localStorage.setItem, getItem. There's a benefit to moving wrapping these into utility methods, e.g. 
> - can ward against problems like local storage being full or not available in browser
> - allows us to get/set complex objects



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)