Prompts a user in their browser to save some specific text to a file on their machine.
function saveTextToFileInBrowser(content: string, filename: string)
Prompts a user in their browser to save some specific text to a file on their machine.
function saveTextToFileInBrowser(content: string, filename: string)