Skip to content

Welshman Docs / @welshman/app / follow

Function: follow() ​

follow(tag): Promise<{ controller: AbortController; event: TrustedEvent; request: ThunkRequest; result: Deferred<ThunkStatusByUrl>; status: Writable<ThunkStatusByUrl>; }>

Defined in: packages/app/src/commands.ts:15

Parameters ​

tag ​

string[]

Returns ​

Promise<{ controller: AbortController; event: TrustedEvent; request: ThunkRequest; result: Deferred<ThunkStatusByUrl>; status: Writable<ThunkStatusByUrl>; }>