ebidel / idb.filesystem.js

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

Fix getFile when called with create: true and existing file #18

Closed gwynjudd closed 8 years ago

gwynjudd commented 11 years ago

IE doesn't save methods, so the .file_ property is lost

gwynjudd commented 11 years ago

By the way, you would need Sebmaster's changes or some other appropriate set of changes for this to have any effect in IE