[Webkit-unassigned] [Bug 18807] Support storing JavaScript objects as BLOB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 5 12:02:36 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18807


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com
          Component|JavaScriptCore              |WebCore Misc.




------- Comment #2 from ap at webkit.org  2008-05-05 12:02 PDT -------
SQLite documentation is only tangentially related to HTML5 storage, because
there are at least two other type systems to consider - first, there is
JavaScript, and then, there is DOM. And anyway, BLOB is not magic - it's just a
special kind of string suitable for storing large amounts of data.

Yet, it does seem a little weird that a function is stringified like "[object
Object]" in this test case - e.g. alert(selectData) successfully shows its
source, and one could expect the same here.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list