This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18833 - localStorage should be enhanced so that large objects/text can be retrieved asynchronously localStorage(key, callback);
Summary: localStorage should be enhanced so that large objects/text can be retrieved a...
Status: RESOLVED WONTFIX
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 03:48 UTC by contributor
Modified: 2012-10-10 02:27 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-09-11 03:48:35 UTC
Specification: http://www.w3.org/TR/webstorage/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
localStorage should be enhanced so that large objects/text can be retrieved
asynchronously 

localStorage(key, callback);

Posted from: 71.79.27.22
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.81 Safari/537.1
Comment 1 Ian 'Hixie' Hickson 2012-10-10 02:27:58 UTC
While I agree, I actually tried adding this very feature to Web Storage a while back and the browser vendors pretty uniformly told me that they had no interest in adding new features to it and that IndexDB was the way forward.