logoalt Hacker News

tbrockmanyesterday at 6:13 PM1 replyview on HN

It's not using the File System Access API, on Firefox it uses <input type="file"> for file-picking, and the save just downloads it. It's not synchronizing anything with your filesystem.


Replies

simongrayyesterday at 6:53 PM

I see. Thanks for enlightening me.