Hello, I'm wondering the capabilities of Godot to open and saving files from a WebGL export. I'm having trouble opening a FileDialog in the WebGL exports.
My goal is to open a file and continually read and write to it like in diagrams.net under edge and chrome. I am not sure if diagram.net is using the HTML5 File API, JavaScript, Chrome specific API, or something else.