Preparing search index...
The search index is not available
nx.js
nx.js
UnderlyingByteSource
Interface UnderlyingByteSource
interface
UnderlyingByteSource
{
autoAllocateChunkSize
?:
number
;
cancel
?:
UnderlyingSourceCancelCallback
;
pull
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
PromiseLike
<
void
>
)
;
start
?:
(
(
controller
:
ReadableByteStreamController
)
=>
any
)
;
type
:
"bytes"
;
}
Index
Properties
auto
Allocate
Chunk
Size?
cancel?
pull?
start?
type
Properties
Optional
auto
Allocate
Chunk
Size
auto
Allocate
Chunk
Size
?:
number
Optional
cancel
cancel
?:
UnderlyingSourceCancelCallback
Optional
pull
pull
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
PromiseLike
<
void
>
)
Optional
start
start
?:
(
(
controller
:
ReadableByteStreamController
)
=>
any
)
type
type
:
"bytes"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
auto
Allocate
Chunk
Size
cancel
pull
start
type
nx.js
Loading...