[Webkit-unassigned] [Bug 19874] Inspector should support inspect() in the command line
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 19 14:33:08 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=19874
--- Comment #5 from Joseph Pecoraro <joepeck02 at gmail.com> 2009-07-19 14:33:08 PDT ---
> JoePeck advised me to use a workaround for DOMStorage
Yes, this is the same approach I took in the (unreviewed) Live Update DOM
Storage Data Grid. If there is a better way, please comment on that bug as
well:
https://bugs.webkit.org/show_bug.cgi?id=27400
The problem is that this doesn't work properly:
inspectedWindow.localStorage === this._domStorage[0]._domStorage
Even though they are in fact the same Storage objects, that equivalence test
(and also ==) wasn't working for me.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list