Link to saveTextAs

This commit is contained in:
Eli Grey
2014-07-12 14:24:00 -04:00
parent 9921b2c327
commit f85d70c825
+3 -3
View File
@@ -37,9 +37,9 @@ try {
### IE < 10
It is possible to save HTML documents (and only HTML documents) in IE < 10 without Flash-based
polyfills. See [sudodoki's comment](https://github.com/eligrey/FileSaver.js/issues/56#issuecomment-30917476)
for more information on how to accomplish this.
It is possible to save HTML documents in IE < 10 without Flash-based polyfills.
See [sudodoki's comment](https://github.com/eligrey/FileSaver.js/issues/56#issuecomment-30917476)
and [ChenWenBrian's `saveTextAs()`](https://github.com/ChenWenBrian/FileSaver.js#syntax) for more details.
### Safari 6.1+