frontend/.pnpm-store/v3/files/72/524e51f94386d6149be3ddae05ecd749389cca842fbcfb6a3e3b9d126758e91500184fb0e0e3247d7e9bd415a328072a875f9fb23be5bf564c5b94336c695b

9 lines
289 B
Plaintext

// 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));