Properties
Optional body
body ?: string
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:31
error Filter
error Filter : ( ( err ) => boolean )
Type declaration
( err ) : boolean
Returns boolean
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:32
headers
headers : { [key : string ]: string | string [] ; }
Type declaration
[ key : string ]: string | string []
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:28
initial Retry Delay Millis
initial Retry Delay Millis : number
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:33
Optional method
method ?: string
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:27
read Timeout Millis
read Timeout Millis : number
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:34
retry Reset Interval Millis
retry Reset Interval Millis : number
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:35
Optional url Builder
url Builder ?: ( ( ) => string )
Type declaration
( ) : string
Returns string
Defined in packages/shared/common/dist/esm/api/platform/EventSource.d.ts:42
Optional callback that returns a fresh URL on each reconnection attempt. When provided, the EventSource implementation should call this instead of reusing the original URL. This allows query parameters (e.g.
basis) to be updated between reconnections.