file-filesystem.js 289 B

123456789
  1. // Filesystem API
  2. // dev.w3.org/2009/dap/file-system/file-dir-sys.html
  3. // The API will be present in Chrome incognito, but will throw an exception.
  4. // See crbug.com/93417
  5. //
  6. // By Eric Bidelman (@ebidel)
  7. Modernizr.addTest('filesystem', !!Modernizr.prefixed('requestFileSystem', window));