saveAs
Function
Definition
Package:@progress/kendo-file-saver
Prompts the user to save a file with a specified name and content.
Under the hood, saveAs either creates a link that is clicked or a form that is submitted to the proxy end point if a proxy is used.
Parameters:datastring | Blob
The content of the file as a Base64-encoded Data URI or a Blob.
fileNamestringThe desired file name.
options?SaveOptionsAn optional proxy configuration to use during the file-saving operation.