I'm writing a simple HTML+JavaScript app, intended to load from a local file and run in the user's browser. It will allow them to enter some text into a textarea... and must also allow them to save it!
So this is my problem: given that JavaScript doesn't have access to the local file system, how can I cause this text to be saved?