GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.37k stars 82 forks source link

Request to Export legacy API #141

Closed ZhUyU1997 closed 1 year ago

ZhUyU1997 commented 1 year ago

In iframe, filesystem API is not available, we must choose a legacy method to open/save.

tomayac commented 1 year ago

That's correct, the File System Access API can't be used in cross-origin iframes. Please see https://github.com/WICG/file-system-access/issues/245.