Is localStorage supported in same way as WebSQL regarding the pesistence.sync ?
50 views
Skip to first unread message
David Marko
unread,
Apr 19, 2012, 10:26:01 AM4/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to persis...@googlegroups.com
For certain reasons I'm foced to switch from websql to memorydb (with localStorage synchronization) Is the usage of memorydb transparent regarding the persistence.sync? I ask because I did a plain switch with existing code, witks works as expected so far and syncing doesn't throw any error, changes are sent to server correctly but updates from server doesnt seem to be processed/saved ... Shoud this be working as well for memory storage?