MCPcopy Create free account
hub / github.com/ambianic/peerfetch / constructor

Method constructor

javascript/src/peerfetch.ts:91–94  ·  view source on GitHub ↗

* * @param config: PeerOptions provide information such as signaling server host and port.

(config: Peer.PeerJSOption)

Source from the content-addressed store, hash-verified

89 * @param config: PeerOptions provide information such as signaling server host and port.
90 */
91 constructor (config: Peer.PeerJSOption) {
92 this._signalingConnectionStatus = ConnectionStatus.CONNECTING
93 this._config = config
94 }
95
96 /**
97 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected