blockstack.js-old
blockstack.js-old copied to clipboard
Is promise polyfill needed?
@shea256 It looks like all recent browsers support promises: http://caniuse.com/#feat=promises
Do we need the es6-promise polyfill?
Well, IE 11 doesn't support it but if that's fine then we can take it out.