You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Peer constructor port, network and relay is optional arguments. When port is Object and network isn't undefined arguments will be overloaded, but only port and network, not relay.
In
Peer
constructorport
,network
andrelay
is optional arguments. Whenport
isObject
andnetwork
isn'tundefined
arguments will be overloaded, but onlyport
andnetwork
, notrelay
.i.e. instead
should be something like this
I'm right?
Of course it's not simple overloading, so it may be better to use
opts
as inPool
?Also
@param
missing forrelay
.The text was updated successfully, but these errors were encountered: