ecency / hivesigner-sdk

Hivesigner SDK
https://hivesigner.com
MIT License
2 stars 1 forks source link

UnhandledPromiseRejectionWarning: ReferenceError: XMLHttpRequest is not defined #7

Closed talhasch closed 3 years ago

talhasch commented 3 years ago

This is what happens when me() function called with nodejs

dkildar commented 3 years ago

Node.js doesn't have XHR by default. Need to install it manually. https://www.npmjs.com/package/xmlhttprequest

talhasch commented 3 years ago

Legacy js version is able to work with this method without installing any additional library. I think it is not fair to expect developers to install additional packages to use this library.

feruzm commented 3 years ago

@dkildar would be great to fix this, legacy version had cross-fetch maybe that's why it didn't have any issues?

feruzm commented 3 years ago

3.2.5 fixed it!