Preparing search index...
The search index is not available
@helia/ipns
@helia/ipns
index
ResolveOptions
Interface ResolveOptions
interface
ResolveOptions
{
offline
?:
boolean
;
onProgress
?:
(
(
evt
)
=>
void
)
;
signal
?:
AbortSignal
;
}
Hierarchy
AbortOptions
ProgressOptions
<
ResolveProgressEvents
|
IPNSRoutingEvents
>
ResolveOptions
Index
Properties
offline?
on
Progress?
signal?
Properties
Optional
offline
offline
?:
boolean
Do not query the network for the IPNS record (default: false)
Optional
on
Progress
on
Progress
?:
(
(
evt
)
=>
void
)
Type declaration
(
evt
)
:
void
Parameters
evt
:
IPNSRoutingEvents
|
ResolveProgressEvents
Returns
void
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
offline
on
Progress
signal
@helia/ipns
dns-resolvers
index
routing
Generated using
TypeDoc
Do not query the network for the IPNS record (default: false)