Closed josevalim closed 2 years ago
The goal is to have a button that, when the user clicks, it downloads a file with dynamically generated content, such as: Kino.Download.start("filename.json", fn -> file_contents end). We can get the content type from the filename.
Kino.Download.start("filename.json", fn -> file_contents end)
Closed in #174.
The goal is to have a button that, when the user clicks, it downloads a file with dynamically generated content, such as:
Kino.Download.start("filename.json", fn -> file_contents end)
. We can get the content type from the filename.