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

Is there a meaning to the size or type of quota requested in firefox? #26

Closed shacharz closed 10 years ago

shacharz commented 10 years ago

From the README: window.requestFileSystem(TEMPORARY, 1024 * 1024, function(fs) {...}) Is there a meaning for the underlying idb if the type is TEMPORARY or PERMANENT? same question for the size of the quota requested.

ebidel commented 10 years ago

No. It's just due compatibility. Afaict, ff didn't have the different storage methods. On Sep 29, 2013 12:34 AM, "Shachar Zohar" notifications@github.com wrote:

From the README: window.requestFileSystem(TEMPORARY, 1024 * 1024, function(fs) {...}) Is there a meaning for the underlying idb if the type is TEMPORARY or PERMANENT? same question for the size of the quota requested.

— Reply to this email directly or view it on GitHubhttps://github.com/ebidel/idb.filesystem.js/issues/26 .