blob: ced67615132c48bb69c20e1863fd9b1e60ee6baa (
plain)
1
2
3
4
5
6
7
8
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));
|