@shopify/oxygen-workers-types
Preparing search index...
UnderlyingSource
Interface UnderlyingSource<R>
interface
UnderlyingSource
<
R
=
any
>
{
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
expectedLength
?:
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...