I have some JavaScript code loaded from a local HTML file (without going through a webserver).. i.e., opened using file://
Is there a way the JavaScript code in this file can be used to write to a local file?
I know that cross-site restrictions do not allow lot of things in JavaScript, but this is not cross-site, so it should be allowed in theory.