RESOLVED WONTFIX41856
Web Inspector: Add ability to view localStore values as expandable objects once local storage supports them.
https://bugs.webkit.org/show_bug.cgi?id=41856
Summary Web Inspector: Add ability to view localStore values as expandable objects on...
Alexei Masterov
Reported 2010-07-08 08:01:03 PDT
Currently Inspector shows localStore objects as String, however HTML5 spec dictates that localStore can contain any object. Expected Result: Inspector is able to show any object from localStore (formatted as JSON)
Attachments
Timothy Hatcher
Comment 1 2010-07-08 08:48:14 PDT
JSON is a string, so I don't think you mean that. I think you mean show it as an expandable object graph, right?
Timothy Hatcher
Comment 2 2010-07-08 08:49:43 PDT
Also I don't think WebKit's localStorage stores serialized objects currently, the just get toString() stored.
Pavel Feldman
Comment 3 2010-07-08 09:30:53 PDT
(In reply to comment #2) > Also I don't think WebKit's localStorage stores serialized objects currently, the just get toString() stored. All true. Currently - the string only. In the future - serialized objects. The bug meant the expandable object. Changing title.
Pavel Feldman
Comment 4 2011-02-08 11:10:18 PST
Am aggressively triaging the bugs. Closing this one for now. Let localStorage mature first.
Note You need to log in before you can comment on or make changes to this bug.