[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
Wed Jan 16 22:40:30 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:                  |
----------------------------+------------------

Comment (by azaozz):

 The `localStorage` as implemented in the browsers has some limitations: it
 can store only string key => value pairs. Commonly the values are JSON
 encoded. Also each "site" has one `localStorage`, meaning we need to
 namespace the keys or perhaps store more complex JSON objects.

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


More information about the wp-trac mailing list