From c7f4d19c49a3bf2e2fdd8c1f0d635feb167046d0 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sun, 7 Jul 2013 19:52:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------