[wp-trac] [WordPress Trac] #23220: Extend autosave to use the browser's local storage in addition to saving to the server

WordPress Trac noreply at wordpress.org
Sat Jan 19 17:40:36 UTC 2013


#23220: Extend autosave to use the browser's local storage in addition to saving to
the server
----------------------------+------------------
 Reporter:  azaozz          |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.6
Component:  Autosave        |     Version:
 Severity:  normal          |  Resolution:
 Keywords:  autosave-redo   |
----------------------------+------------------

Comment (by azaozz):

 Replying to [comment:4 wonderboymusic]:
 > I use this:
 > https://github.com/marcuswestin/store.js

 Yes, `localStorage` is really simple to work with. This looks a bit
 outdated, for example `globalStorage` has been obsolete since Gecko 1.9.1
 (Firefox 3.5) and unsupported since Gecko 13 (Firefox 13):
 https://developer.mozilla.org/en-
 US/docs/DOM/Storage#Compatibility_and_relation_with_globalStorage

 Also not sure we need to simulate `localStorage` if it's not supported
 (IE7, Opera mini). The main reason we will be using it is to save the
 content to the user's hard disk.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23220#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list