Currently it seams unclear on how to use this library with other promises implementation, such as Q, because es6-promise is incompatible with Q. It would be nice if avprober presented a simple callback invocation in its API, so that library clients could adapt it to their promise implementations as needed.
Currently it seams unclear on how to use this library with other promises implementation, such as
Q
, becausees6-promise
is incompatible withQ
. It would be nice ifavprober
presented a simple callback invocation in its API, so that library clients could adapt it to their promise implementations as needed.