Skip to content

Interface: ThreadiverseClientOptions

Defined in: src/ThreadiverseClient.ts:34

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
fetchFunction?{ (input, init?): Promise<Response>; (input, init?): Promise<Response>; }-BaseClientOptions.fetchFunctionsrc/BaseClient.ts:4
headers?Record<string, string>-BaseClientOptions.headerssrc/BaseClient.ts:5
discoveryCache?DiscoveryCacheWhere to cache software discovery (.well-known/nodeinfo) results, keyed by hostname. Defaults to a cache shared by all clients in the process; pass your own Map to scope it (server-side, tests).-src/ThreadiverseClient.ts:40