ebidel / idb.filesystem.js

HTML5 Filesystem API polyfill using IndexedDB
https://www.npmjs.com/package/idb.filesystem.js
Other
487 stars 46 forks source link

Only run idb_.db.close if idb_.db exists. #39

Closed Eeems closed 8 years ago

Eeems commented 8 years ago

The beforeunload event is causing crashes for windows apps if idb_.db is not defined. This should resolve it.

ebidel commented 8 years ago

LGTM