Is there any way to create files in plain JavaScript only?
Actually, I am using a static hosting provider (Neocities) and so I want a flat file system at least to store my records.
I can only work with plain JavaScript as Node JS in not supported.
I tried to use some functions from google searches but all of them were for client-side file generation.