Methods
-
<static> save(filename, stringValue)
-
Triggers file saving functionality with data generated on the client side. This method handles browser-specific differences in file generation. As such, it may have slightly different behavior in the various browsers. The end result provides a common interface for triggering a file save.
Parameters:
Name Type Description filename
string The desired name of the output file. This will be used as the name or suggested name in browsers that support it.
stringValue
string The data, in string format, to be written to the file.