Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use the supported flag for import and export #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pal-thomassen
Copy link

@pal-thomassen pal-thomassen commented Jan 31, 2022

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 🦊

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.
@pal-thomassen pal-thomassen changed the title Do not use the disable flag for import and export Do not use the supported flag for import and export Jan 31, 2022
@geirsagberg
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants