A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
OnSessionStreamDone
Type Alias OnSessionStreamDone
OnSessionStreamDone
:
(
stream
:
WireStream
,
session
:
Session
,
)
=>
void
|
Status
|
Promise
<
void
|
Status
>
Runs after an attached stream has completely terminated.
Type Declaration
(
stream
:
WireStream
,
session
:
Session
)
:
void
|
Status
|
Promise
<
void
|
Status
>
Parameters
stream
:
WireStream
session
:
Session
Returns
void
|
Status
|
Promise
<
void
|
Status
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Runs after an attached stream has completely terminated.