kriskowal / q

A promise library for JavaScript
MIT License
14.93k stars 1.2k forks source link

Add a flag for not collecting failed promises #255

Closed mjackson closed 11 years ago

mjackson commented 11 years ago

A small optimization might be to add a flag that instructs Q to not collect failed promises. While this behavior is totally useful in development, it can slow things down. @domenic and I discussed this briefly at HTML5 DevConf this week.

@kriskowal Is this something you'd be ok with?

kriskowal commented 11 years ago

@mjijackson Yeah, I would entertain this.