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