@chickenjdk/byteutils
Preparing search index...
simplestreams
pullPusher
PullPusher
Class PullPusher<IsAsync>
Abstract
Type Parameters
IsAsync
extends
boolean
Implements
Sourced
<
BaseStream
<
IsAsync
>
>
Index
Constructors
constructor
Properties
ideal
is
Async
source
Methods
pushed
Constructors
constructor
new
PullPusher
<
IsAsync
extends
boolean
>
(
isAsync
:
IsAsync
,
source
:
BaseStream
<
IsAsync
>
,
ideal
?:
number
,
)
:
PullPusher
<
IsAsync
>
Type Parameters
IsAsync
extends
boolean
Parameters
isAsync
:
IsAsync
source
:
BaseStream
<
IsAsync
>
ideal
:
number
= 2000
Returns
PullPusher
<
IsAsync
>
Properties
ideal
ideal
:
number
Readonly
is
Async
isAsync
:
IsAsync
Readonly
source
source
:
BaseStream
<
IsAsync
>
The source of this class. IMPLEMENTERS: make it readonly
Methods
Abstract
pushed
pushed
(
data
:
Uint8Array
)
:
MaybePromise
<
void
,
IsAsync
>
Parameters
data
:
Uint8Array
Returns
MaybePromise
<
void
,
IsAsync
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ideal
is
Async
source
Methods
pushed
@chickenjdk/byteutils
Loading...
The source of this class. IMPLEMENTERS: make it readonly