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