--- a/server/php/basic/public_html/static/lib/FileSaver/README.md Thu Oct 01 17:16:06 2015 +0200
+++ b/server/php/basic/public_html/static/lib/FileSaver/README.md Thu Oct 01 16:56:54 2015 +0200
@@ -53,9 +53,11 @@
------
```js
-FileSaver saveAs(in Blob data, in DOMString filename)
+FileSaver saveAs(Blob data, DOMString filename, optional Boolean disableAutoBOM)
```
+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)).
+
Examples
--------