RESOLVED INVALID 103557
IndexedDB: Eliminate use of SerializedScriptValue toWireString() and createFromWire()
https://bugs.webkit.org/show_bug.cgi?id=103557
Summary IndexedDB: Eliminate use of SerializedScriptValue toWireString() and createFr...
Michael Pruett
Reported 2012-11-28 13:32:20 PST
IndexedDB currently uses SerializedScriptValue's toWireString() and createFromWire() methods to serialize objects to a string representation, which is then converted to a character vector. This approach has the disadvantage that LevelDB databases produced using JSC are incompatible with those produced using V8. IndexedDB should serialize objects directly to character vectors with an identical representation in both V8 and JSC.
Attachments
Note You need to log in before you can comment on or make changes to this bug.