Skip to content

Node.js SDK - node-fetch, message context, sync callbacks

Compare
Choose a tag to compare
@patapizza patapizza released this 06 May 15:59
  • callbacks are not called asynchronously by default, choice is left to the developer (use process.nextTick in your callback to emulate the previous behavior)
  • using node-fetch instead of requests
  • the message() API takes now an optional context as second parameter