Skip to content

Commit bf44e18

Browse files
committed
Closes eligrey#164
1 parent e3485a6 commit bf44e18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ Syntax
5353
------
5454

5555
```js
56-
FileSaver saveAs(in Blob data, in DOMString filename)
56+
FileSaver saveAs(Blob data, DOMString filename, optional Boolean disableAutoBOM)
5757
```
5858

59+
Pass `true` for `disableAutoBOM` if you don't want FileSaver.js to automatically provide Unicode text encoding hints (see: [byte order mark](https://en.wikipedia.org/wiki/Byte_order_mark)).
60+
5961
Examples
6062
--------
6163

0 commit comments

Comments
 (0)