axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

Android, indexedDB and .deleteDatabase method #41

Open KingRial opened 11 years ago

KingRial commented 11 years ago

Just discovered that on some android browsers ( usually the native browser ) the indexedDB's "deleteDatabase" method is not supported.

See axemclion/IndexedDBShim#37 for details.

Should be added a test case to handle such event.