Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Reveal entire qq namespace in wrapped uploader instances

Compare
Choose a tag to compare
@rnicholus rnicholus released this 25 Mar 05:01
· 7 commits to master since this release

Which means you can do this:

import FineUploaderTraditional from 'react-fine-uploader'

const uploader = new FineUploaderTraditional({...})
const canDropFolders = uploader.qq.supportedFeatures.folderDrop

Originally requested in FineUploader/react-fine-uploader#27.