可以在隐身模式下使用 javascript 文件系统吗?
Possible to use javascript FileSystem in incognito?
试图得到这样的东西
https://simpl.info/video/offline/
以隐身方式工作,但文件系统 API 抛出安全错误。
该库的文件系统 API not well supported. I recommend using IndexedDB API instead, or use the localForage polyfill library if certain features 在某些浏览器中不可用。这些应该在隐身模式下得到支持。我用 Local Storage 进行了快速测试,效果很好。
试图得到这样的东西 https://simpl.info/video/offline/ 以隐身方式工作,但文件系统 API 抛出安全错误。
该库的文件系统 API not well supported. I recommend using IndexedDB API instead, or use the localForage polyfill library if certain features 在某些浏览器中不可用。这些应该在隐身模式下得到支持。我用 Local Storage 进行了快速测试,效果很好。