diff --git a/README.md b/README.md index 8a959c4..532046e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ tested them. Feature detection is possible: - var isFileSaverSupported = !!new Blob(); + try { var isFileSaverSupported = !!new Blob(); } catch(e){} Syntax ------