github-deploy-center icon indicating copy to clipboard operation
github-deploy-center copied to clipboard

Do not use the supported flag for import and export

Open pal-thomassen opened this issue 3 years ago • 1 comments

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:

pal-thomassen avatar Jan 31 '22 12:01 pal-thomassen

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?

geirsagberg avatar Feb 01 '22 12:02 geirsagberg