Since javascript in a browser is a local jail of sorts, what is the best way to 
save local files, write to them, load them?

What even happens if you use go input/output and write to a file?

I see that there are localStorage api bindings for gopherjs, so that project 
must have figured a way to save local files: where? New js apis only available 
in newer browsers?

It would be nice to be able to use go as usual, without doing workarounds to 
break out of the js jail.. Plus, code is not as portable if written 
specifically for gopherjs and not for regular go.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to