1.0.0
API has changed.
Since v1.0.0 FileSaver.saveAs accepts the following arguments(instead of a single object):
dataBlob: a Blob instance;filenameString: Custom filename (extension is optional);disableAutoBOMBoolean: (optional) Disable automatically provided Unicode text encoding hints;