MCPcopy Create free account
hub / github.com/react-dropzone/react-dropzone / canUseFileSystemAccessAPI

Function canUseFileSystemAccessAPI

src/utils/index.js:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 * @returns {boolean}
225 */
226export function canUseFileSystemAccessAPI() {
227 return "showOpenFilePicker" in window;
228}
229
230/**
231 * Convert the `{accept}` dropzone prop to the

Callers 1

useDropzoneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…