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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 7 16:23:50 PDT 2008


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





------- Comment #3 from jayant.b.sai at gmail.com  2008-05-07 16:23 PDT -------
Thank you for clarifying about the SQLite & HTML5 storage differences.

Do you have any recommendations on how I should store the object, without
converting it to a String. In my current app, this conversion takes too long.
Or is this a bug which will need to be fixed in WebKit?

thanks
Jayant

(In reply to comment #2)
> 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