summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/file-filesystem.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/bower_components/modernizr/feature-detects/file-filesystem.js')
-rw-r--r--source/bower_components/modernizr/feature-detects/file-filesystem.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/bower_components/modernizr/feature-detects/file-filesystem.js b/source/bower_components/modernizr/feature-detects/file-filesystem.js
new file mode 100644
index 0000000..ced6761
--- /dev/null
+++ b/source/bower_components/modernizr/feature-detects/file-filesystem.js
@@ -0,0 +1,9 @@
+// Filesystem API
+// dev.w3.org/2009/dap/file-system/file-dir-sys.html
+
+// The API will be present in Chrome incognito, but will throw an exception.
+// See crbug.com/93417
+//
+// By Eric Bidelman (@ebidel)
+
+Modernizr.addTest('filesystem', !!Modernizr.prefixed('requestFileSystem', window)); \ No newline at end of file