this post was submitted on 08 Sep 2025
801 points (97.0% liked)
Programmer Humor
26220 readers
1777 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I hate how Chrome is the only browser that gives web developers an actually useful way to use local folders on the user's device.
https://developer.mozilla.org/en-US/docs/Web/API/File_System_API
Uhhh, what? Firefox uses Chrome's API to do the same stuff? Am I missing something here?
Oh, does it work in Firefox now? When I was developing a music app it only worked properly on Chrome and I had to use a file picker workaround for Firefox and other browsers.