mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-03-06 13:28:40 +01:00
removed promise dependency, updated readme, fixed node.js version of lib
This commit is contained in:
parent
5b701962dc
commit
da4c2d530d
13 changed files with 24 additions and 36 deletions
|
|
@ -21,6 +21,10 @@
|
|||
* @date 2014
|
||||
*/
|
||||
|
||||
if (process.env.NODE_ENV !== 'build') {
|
||||
var XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest; // jshint ignore:line
|
||||
}
|
||||
|
||||
var HttpSyncProvider = function (host) {
|
||||
this.handlers = [];
|
||||
this.host = host || 'http://localhost:8080';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue