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

Make qq namespace accessible via the wrapper classes #27

Closed
rnicholus opened this issue Aug 11, 2016 · 1 comment
Closed

Make qq namespace accessible via the wrapper classes #27

rnicholus opened this issue Aug 11, 2016 · 1 comment
Milestone

Comments

@rnicholus
Copy link
Member

...so that items such as qq.status and qq.supportedFeatures can be accessed. For example:

import FineUploaderTraditional from 'react-fine-uploader'

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

All exposed components that have qq.status values hardcoded should be updated to pull the values from qq.status after this change.

@rnicholus
Copy link
Member Author

Implemented in the wrapper library in FineUploader/fine-uploader-wrappers@c61dd93.

TODO:

  • Update React Fine Uploader to make use of this newly exposed qq namespace.

@rnicholus rnicholus added this to the 0.7.0 milestone Mar 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant