HTML5: Can an SQlite database be specified in a manifest's Cache section?
Posted
by ghenne
on Stack Overflow
See other posts from Stack Overflow
or by ghenne
Published on 2010-05-03T14:56:03Z
Indexed on
2010/05/03
14:58 UTC
Read the original article
Hit count: 164
I'd like to be able to specify an SQLite database as a resource in the CACHE section of a manifest file. This would allow the script on the page to use the database in offline mode.
I cannot find anything in the HTML5 spec that says this cannot be done, but I haven't had any success in getting it working either.
Is it possible?
© Stack Overflow or respective owner