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
"Patch" JS Classes using node's std callbacks to use Q promises
Example
varqClass=require('qpatch');varnewClass=qClass(someOldClass,['methods_to_exclude','...']);// newClass' methods now return promises instead of accepting callbacks
About
"Patch" JS Classes using node's std callbacks to use Q promises