FineUploader / fine-uploader-wrappers

ES6 classes that wrap a Fine Uploader S3, Azure, or Traditional instance & provide additional features.
MIT License
28 stars 12 forks source link

Is there a way to check how many event listeners attached to uploader? #8

Closed ramusus closed 7 years ago

ramusus commented 7 years ago

I want to test a successful attaching/detaching event listeners to upload and looking for a way how it's could be accomplished

rnicholus commented 7 years ago

i don't see any way this will fail - there is nothing exposed that will return the number of listeners though - you'll need to track this yourself.