Merge pull request #34 from mondalaci/master

Add feature detection code snippet
This commit is contained in:
Eli Grey
2013-07-07 10:41:17 -07:00
+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
------