mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-27 16:32:30 +00:00
Add network info to HashCacheClient
This commit is contained in:
parent
a22e70a6cd
commit
032f7b44ed
@ -3,9 +3,10 @@
|
|||||||
var request = require('./BetterRequest');
|
var request = require('./BetterRequest');
|
||||||
|
|
||||||
class HashCacheClient {
|
class HashCacheClient {
|
||||||
constructor(host, credentials) {
|
constructor(host, credentials, info) {
|
||||||
this.host = host
|
this.host = host
|
||||||
this.credentials = credentials
|
this.credentials = credentials
|
||||||
|
this.info = info;
|
||||||
this.linkedList = this.linkedList.bind(this)
|
this.linkedList = this.linkedList.bind(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user