Skip to content

1.0.0

Compare
Choose a tag to compare
@alferov alferov released this 28 Oct 02:15
· 34 commits to master since this release

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;