Hacker News new | past | comments | ask | show | jobs | submit login

Those are handled by `util.promisify()` by having the original function define special properties on itself `Symbol('util.promisify.custom')` and `Symbol('customPromisifyArgs')`. But it's not something handled by default (e.g. resolving an array if the callback gets more than 2 arguments passed to it).



But why. If you're gonna take special steps to handle `util.promisify` you might as well just offer a Promised API and skip `util.promisify`




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: