saveFile (deprecated)
saveFile()
is considered deprecated
Support for the saveFile()
may be dropped in future versions of the JourneyApps Runtime. Please upgrade your app to use journey.files.saveFile
to ensure that your app remains compatible with the JourneyApps Runtime.
Format
Parameter
Details
data
(Required)
The string
or ArrayBuffer
to save to the file
filename
(Required)
The name of the file that will be created
Examples
Saving a string:
Saving an image:
Last updated