How do I edit a file in pure js (without node)? I get a file with an input field and I read its text like this:
var fileReader = new FileReader(); fileReader.rea
You can't write files in a browser, you'll have to use node.