From 8b0d9657ae95b7b8799fe1e218200ef7654b2699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 7 Jul 2013 13:59:14 +0200 Subject: [PATCH] Add feature detection code snippet; closes #27 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e05c82..f43ee8c 100644 --- a/README.md +++ b/README.md @@ -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 ------