简体   繁体   English

FireFox 文件系统 API

[英]File System API for FireFox

I created File System API in a javascript but it`s working fine only on the Chrome.我在 javascript 中创建了文件系统 API,但它只能在 Chrome 上正常工作。 I checked and Firefox does not support funcion like requestFileSystem().我查了一下,Firefox 不支持 requestFileSystem() 之类的功能。 Is there something to request a filesystem from the browser suported by Firefox or other solution to storage files on the browser in Firefox similar to FileSystem from Chrome?是否有什么东西可以从 Firefox 支持的浏览器请求文件系统或其他解决方案来在 Firefox 中的浏览器上存储文件,类似于 Chrome 的 FileSystem? I found something like IndexedDB for firefox but i am not sure how to use it in my program only when i am on the Firefox我找到了类似 IndexedDB for firefox 的东西,但我不知道如何在我的程序中使用它,只有当我在 Firefox 上时

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM