Remix.run Logo
emaro 8 hours ago

*In Chrome.

simongray 8 hours ago | parent [-]

That file editor seems to work in Firefox. I just tested the save/open functionality.

tbrockman 7 hours ago | parent | next [-]

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 6 hours ago | parent [-]

I see. Thanks for enlightening me.

maelito 7 hours ago | parent | prev [-]

It just downloaded the file on my firefox.