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

Firefox doesn't like numbers/dots in dbName either #11

Closed Sebmaster closed 7 years ago

Sebmaster commented 11 years ago

I'm not sure, if that's because of the dots or numbers in the path, but I couldn't open a database at 127.0.0.1:8080, it works with localhost:8080 though.

I always got an UnknownError. Firefox version is 20.0.1 (latest stable).

ebidel commented 7 years ago

Closing as this is very old.