Vdom_file_downloadSourceA utility for causing the browser to download a file with the contents taken from a string.
Immediately cause the browse to trigger a download for t. You can use this to build a more complex UI for downloads than is offered by Button.create -- e.g. a button that calls an RPC and downloads a file based on the result.
In tests, this just prints a message rather than triggering the download.