Preparing search index...
The search index is not available
@filen/sdk
@filen/sdk
<internal>
UnderlyingByteSource
Interface UnderlyingByteSource
interface
UnderlyingByteSource
{
autoAllocateChunkSize
?:
number
;
cancel
?:
UnderlyingSourceCancelCallback
;
pull
?:
(
(
controller
)
=>
void
|
PromiseLike
<
void
>
)
;
start
?:
(
(
controller
)
=>
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
)
=>
void
|
PromiseLike
<
void
>
)
Type declaration
(
controller
)
:
void
|
PromiseLike
<
void
>
Parameters
controller
:
ReadableByteStreamController
Returns
void
|
PromiseLike
<
void
>
Optional
start
start
?:
(
(
controller
)
=>
any
)
Type declaration
(
controller
)
:
any
Parameters
controller
:
ReadableByteStreamController
Returns
any
type
type
:
"bytes"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
auto
Allocate
Chunk
Size
cancel
pull
start
type
@filen/sdk
default
<internal>
APIError
ChunkedUploadWriter
FilenSDK
PauseSignal
AuthVersion
ClassMethodNames
ClassMethods
CloudConfig
CloudItem
CloudItemDirectory
CloudItemFile
CloudItemShared
CloudItemTree
CryptoConfig
DistributiveOmit
Environment
FSConfig
FSItem
FSItemType
Loading...
Generated using
TypeDoc