FireFox的文件系统API

时间:2019-03-07 13:34:57

标签: javascript firefox filesystems file-storage

我用JavaScript创建了文件系统API,但仅在Chrome上运行良好。我检查了一下,Firefox不支持requestFileSystem()之类的功能。是否有要求从Firefox支持的浏览器或其他解决方案中请求文件系统,以在Firefox中的浏览器中存储文件的功能,类似于Chrome中的FileSystem?我找到了类似于IndexedDB for firefox的东西,但我不确定仅在使用Firefox时如何在程序中使用它

1 个答案:

答案 0 :(得分:0)

使用IndexedDB的文件系统API polyfill: https://github.com/ebidel/idb.filesystem.js/