Preparing search index...
The search index is not available
@shopify/oxygen-workers-types
@shopify/oxygen-workers-types
UnderlyingByteSource
Interface UnderlyingByteSource
interface
UnderlyingByteSource
{
autoAllocateChunkSize
?:
number
;
cancel
?:
(
(
reason
:
any
)
=>
void
|
Promise
<
void
>
)
;
pull
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
Promise
<
void
>
)
;
start
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
Promise
<
void
>
)
;
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
?:
(
(
reason
:
any
)
=>
void
|
Promise
<
void
>
)
Optional
pull
pull
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
Promise
<
void
>
)
Optional
start
start
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
Promise
<
void
>
)
type
type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Allocate
Chunk
Size
cancel
pull
start
type
@shopify/oxygen-workers-types
Loading...