Welshman Docs / @welshman/feeds / FeedOptions
Type Alias: FeedOptions ​
FeedOptions:
object
Defined in: feeds/src/core.ts:126
Type declaration ​
abortController? ​
optional
abortController:AbortController
feed ​
feed:
Feed
getPubkeysForScope() ​
getPubkeysForScope: (
scope
) =>string
[]
Parameters ​
scope ​
Returns ​
string
[]
getPubkeysForWOTRange() ​
getPubkeysForWOTRange: (
minWOT
,maxWOT
) =>string
[]
Parameters ​
minWOT ​
number
maxWOT ​
number
Returns ​
string
[]
onEvent()? ​
optional
onEvent: (event
) =>void
Parameters ​
event ​
Returns ​
void
onExhausted()? ​
optional
onExhausted: () =>void
Returns ​
void
request() ​
request: (
opts
) =>Promise
<void
>
Parameters ​
opts ​
Returns ​
Promise
<void
>
requestDVM() ​
requestDVM: (
opts
) =>Promise
<void
>
Parameters ​
opts ​
Returns ​
Promise
<void
>
useWindowing? ​
optional
useWindowing:boolean