github-deploy-center
github-deploy-center copied to clipboard
Do not use the supported flag for import and export
The supported flag is only to check if the browser support the new file
system access API. However the library will fall back to the legacy
<input type="file"> and <a download/> if the browser does not support
file system access.
This PR will enable support for Firefox :fox_face:
The supported flag is only to check if the browser support the new file system access API. However the library will fall back to the legacy
<input type="file">and<a download/>if the browser does not support file system access.This PR will enable support for Firefox 🦊
Have you tested this both with export and import?