You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the when Promise library is hardcoded. A useful feature might be to allow overriding this when requiring, in case the implementer has a preference for another promise library.
For example, the pg-promise library achieves this with the pattern: require('pg-promise')({promiseLib: require('bluebird')})
vitaly-t, mkozjak, tarquas, adriano-di-giovanni, netanelgilad and 13 morewindofwind