knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

IE7/8 Bugfix #41

Closed orangecoding closed 9 years ago

orangecoding commented 10 years ago

Hey,

if you call drop() in IE 7/8 twice, the first time, the localStorage will be cleared. The second time, an error occurs. delete undefined doesn't work in these browsers. Therefore I suggest to check whether a storage is available before trying to delete it.