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

[FEATURE] Implement File System API when Chrome 86 lands #115

Open
melvincarvalho opened this issue Oct 3, 2020 · 2 comments
Open

[FEATURE] Implement File System API when Chrome 86 lands #115

melvincarvalho opened this issue Oct 3, 2020 · 2 comments
Assignees

Comments

@melvincarvalho
Copy link
Contributor

melvincarvalho commented Oct 3, 2020

This looks like an interesting spec for reading and writing to file systems

It could be a more useful way to interact with mind maps on your own file system

https://wicg.github.io/native-file-system/

Changes coming to chrome 86

https://github.com/WICG/native-file-system/blob/master/changes.md

Demo App - native text editor

https://googlechromelabs.github.io/text-editor/

Right now needs:

chrome://flags/#native-file-system-api

But that flag will go away soon

@ondras
Copy link
Owner

ondras commented Oct 6, 2020

Sounds interesting!

Unfortunately, I am trying to actively avoid Chrome as much as possible. So until this gets implemented in Firefox, I cannot really add support. Merging a PR is always an option, though.

@melvincarvalho
Copy link
Contributor Author

Makes sense. It is experimental. Can be tracked here

https://caniuse.com/native-filesystem-api

I suppose an electron app could be used with the file system. Though the client_id may need to be separated out.

@ondras ondras self-assigned this Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants