Skip to content

Interface: TracePollOptions

Defined in: sources.ts:39

Properties

baseUrl

baseUrl: string

Defined in: sources.ts:41

The channel origin, e.g. http://127.0.0.1:8123 (no trailing slash).


fetch?

optional fetch?: (input, init?) => Promise<Response>

Defined in: sources.ts:44

Injected for tests; defaults to the global fetch.

MDN Reference

Parameters

input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>


traceId

traceId: string

Defined in: sources.ts:42