pgaubatz/node-es6-promisify-all

Does not work with actual object methods

kennu opened this issue · 0 comments

kennu commented

This module does not seem to work with actual objects:

  • uses Object.getOwnPropertyNames() so inherited methods are skipped
  • does not set "this" variable when promisifying methods

I tried to use with with AWS SDK new DynamoDB.DocumentClient() and realized it does not work at all.