Is it recommended to use the Web SQL Database for storage on the client side
Posted
by rnella01
on Stack Overflow
See other posts from Stack Overflow
or by rnella01
Published on 2010-06-08T22:05:32Z
Indexed on
2010/06/08
22:12 UTC
Read the original article
Hit count: 252
The use case is to have an application store data on the client side when offline. Is it advisable to use the Web SQL Database (which Chrome and Safari support, not FF though), or wait for the browsers to implement the Indexed Database API?
© Stack Overflow or respective owner