Preparing search index...
The search index is not available
Fauna v10 JavaScript driver - v2.3.0
Fauna v10 JavaScript driver
StreamAdapter
Interface StreamAdapter
A common interface for a StreamClient to operate a stream from any HTTPStreamClient
interface
StreamAdapter
{
close
:
(
(
)
=>
void
)
;
read
:
AsyncGenerator
<
string
,
any
,
unknown
>
;
}
Index
Properties
close
read
Properties
close
close
:
(
(
)
=>
void
)
read
read
:
AsyncGenerator
<
string
,
any
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
read
Fauna v10 JavaScript driver - v2.3.0
Loading...
A common interface for a StreamClient to operate a stream from any HTTPStreamClient