Save API in JavaScript (ES5) File Utils API control
Save class provide method to save file
let blob : Blob =newBlob([''],{ type:'text/plain'});
Save.save('fileName.txt',blob);
## Methods
### save
Saves the file with specified name and sends the file to client browser
Returns *void*