Many developers use util.promisify() without hesitation when they need to convert the callback method to a promise based method. But there is a catch. util.promisify() changes this context to golbalThis. So if the actual method is using this somewher...
tech.sedhu.me1 min read
No responses yet.