gzuidhof / starboard-notebook

In-browser literate notebooks
Mozilla Public License 2.0
1.24k stars 99 forks source link

File System Access API? #149

Open endarthur opened 4 months ago

endarthur commented 4 months ago

Hi!

First of all, thanks for the awesome project!

Is there anyway to use the File System Access API in starboard? I tried adding a button and a callback to show a picker, but I got an exception with "Cross origin sub frames aren't allowed to show a file picker.". Is there any possible workaround? It would be really useful for me to be able to read and write local files. Thanks again,