roadlabs / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
0 stars 0 forks source link

Fallback option for Storage API: Database API #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some browsers (e.g. Opera at the moment) don't implement the Storage API, yet 
they do implement 
the other storage option: the Database API.

In this case, it would be convenient to implement the Storage API using the 
Database API as the 
actual storage.

The result would be a Storage API as primary, broadest-supported storage 
mechanism for web 
applications.

Original issue reported on code.google.com by bguijt on 22 Oct 2009 at 8:08