Preparing search index...
The search index is not available
@shopify/oxygen-workers-types
@shopify/oxygen-workers-types
UnderlyingSource
Interface UnderlyingSource<R>
interface
UnderlyingSource
<
R
>
{
cancel
?:
(
(
reason
:
any
)
=>
void
|
Promise
<
void
>
)
;
expectedLength
?:
number
|
bigint
;
pull
?:
(
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
void
|
Promise
<
void
>
)
;
start
?:
(
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
void
|
Promise
<
void
>
)
;
type
?:
""
;
}
Type Parameters
R
=
any
Index
Properties
cancel?
expected
Length?
pull?
start?
type?
Properties
Optional
cancel
cancel
?:
(
(
reason
:
any
)
=>
void
|
Promise
<
void
>
)
Optional
expected
Length
expected
Length
?:
number
|
bigint
Optional
pull
pull
?:
(
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
void
|
Promise
<
void
>
)
Optional
start
start
?:
(
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
void
|
Promise
<
void
>
)
Optional
type
type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
expected
Length
pull
start
type
@shopify/oxygen-workers-types
Loading...