mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 19:48:13 +00:00
* HTTP Basic Auth, some cleanups There’s no need for additional dependency `btoa` as `XHR2` already has the support for Basic Auth. * remove redundant code * fix semicolons * Rewrite Basic Auth to support both sync and async calls. * semicolon consistency