-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Minimal File System API support? #20563
Comments
cc: @bsclifton |
I would also be appreciative if at least the flag could be made available on android/mobile! |
It would be nice to at least enable things like the File System API and Idle Detection API for PWAs. I was looking to find out how well Brave treated PWAs and this is a little disappointing to find out because now I don't know if I can trust Brave to let me use the whole web. (Alright, I do understand the decision here actually and I've decided to continue trusting... but verifying.)
Found it here - What does Brave remove from the Chromium engine? |
I normally do my web development on Brave, and discovered today that the File System API is not available at all.
I can see excellent arguments against directory access, at least without a big warning.
That said, access to individual files is both useful and not terribly dangerous.
I am (experimentally) porting https://www.evolvapor.com/escribe/ to web using mono-wasm, and I need this API (or at least something that can keep a file reference around) to be able to implement File->Save in the way a user would expect. It's useful to keep handles around also for the File menu most-recently-used list. I'd like to be able to maintain the MRU list between sessions, but that's not nearly as glaring usability wise.
Please give it some thought. If yall are quite set on it, do at least consider at least making it more available if they install the program as a PWA.
Thank you
James
The text was updated successfully, but these errors were encountered: