openchain / openchain-js

JavaScript Openchain client library for Node.js and the browser
https://www.openchain.org/
Apache License 2.0
75 stars 39 forks source link

Unconventional Promise-style #8

Open RobTS opened 6 years ago

RobTS commented 6 years ago

Hi there,

why does the client use a promise-like syntax (.then()), but does not come with support for .catch()?