Trigger a browser download of in-memory text as a file. Convenience wrapper around downloadBlob that builds the blob from a string.
Suggested name for the downloaded file (e.g. 'data.json').
'data.json'
The text to save.
MIME type for the blob; defaults to 'text/plain'.
'text/plain'
Trigger a browser download of in-memory text as a file. Convenience wrapper around downloadBlob that builds the blob from a string.