mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-18 19:51:23 +00:00
chore: update aegir and jsdocs for eslint changes (#773)
This commit is contained in:
package.json
src
address-manager
circuit
connection-manager
content-routing.jsdialer
get-peer.jsidentify
index.jskeychain
metrics
peer-routing.jspeer-store
ping
pnet
pubsub-adapter.jsrecord
registrar.jstransport-manager.jsupgrader.jstest/utils
@ -16,6 +16,7 @@ class DialRequest {
|
||||
* from `dialer.getTokens`. Once a DialRequest is created, it can be
|
||||
* started using `DialRequest.run(options)`. Once a single dial has succeeded,
|
||||
* all other dials in the request will be cancelled.
|
||||
*
|
||||
* @param {object} options
|
||||
* @param {Multiaddr[]} options.addrs
|
||||
* @param {function(Multiaddr):Promise<Connection>} options.dialAction
|
||||
@ -34,7 +35,7 @@ class DialRequest {
|
||||
/**
|
||||
* @async
|
||||
* @param {object} options
|
||||
* @param {AbortSignal} options.signal An AbortController signal
|
||||
* @param {AbortSignal} options.signal - An AbortController signal
|
||||
* @returns {Connection}
|
||||
*/
|
||||
async run (options) {
|
||||
|
Reference in New Issue
Block a user