I could not find how can I "generate" a file and download it only on client side?
For example when the user type some text in the website, I want to give him the option to download it without using a server.
If you are talking about browser javascript, you can not write data directly to local file for security reasons. u can only read