@conciergus/chat - v0.3.1
Preparing search index...
components
StreamingConnection
Interface StreamingConnection
interface
StreamingConnection
{
id
:
string
;
messageId
?:
string
;
stream
:
|
AsyncIterable
<
EnhancedStreamPart
,
any
,
any
>
|
ReadableStream
<
EnhancedStreamPart
>
;
abortController
?:
AbortController
;
startTime
:
number
;
status
:
"error"
|
"completed"
|
"streaming"
|
"connecting"
|
"aborted"
;
}
Index
Properties
id
message
Id?
stream
abort
Controller?
start
Time
status
Properties
id
id
:
string
Optional
message
Id
messageId
?:
string
stream
stream
:
|
AsyncIterable
<
EnhancedStreamPart
,
any
,
any
>
|
ReadableStream
<
EnhancedStreamPart
>
Optional
abort
Controller
abortController
?:
AbortController
start
Time
startTime
:
number
status
status
:
"error"
|
"completed"
|
"streaming"
|
"connecting"
|
"aborted"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
message
Id
stream
abort
Controller
start
Time
status
@conciergus/chat - v0.3.1
Loading...