Remix.run Logo
tbrockman 8 hours ago

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.

simongray 7 hours ago | parent [-]

I see. Thanks for enlightening me.