Add feature detection code snippet; closes #27

This commit is contained in:
László Monda
2013-07-07 13:59:14 +02:00
parent 283e78fd3c
commit 8b0d9657ae
+4
View File
@@ -38,6 +38,10 @@ Supported Browsers
Unlisted future versions of browsers will probably work too; I just haven't
tested them.
Feature detection is possible:
var isFileSaverSupported = !!self.Blob;
Syntax
------