[Webkit-unassigned] [Bug 123750] Web Inspector: localStorage inspector very slow on big values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 13:26:10 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=123750

--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org> ---
Since DOMStorage has string keys/values how about we snip the strings to something like 50-100 characters.

Given:

    window.localStorage.key = "Really really really really really really long string";

The inspector could show something like:

    | "key" | "Really really really..." |

With some way to fetch the completely value. This is similar to RemoteObject previews, which abbreviates strings to 100 characters.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150630/3542a612/attachment-0001.html>


More information about the webkit-unassigned mailing list