Preparing search index...
The search index is not available
@shopify/oxygen-workers-types
@shopify/oxygen-workers-types
UnderlyingSink
Interface UnderlyingSink<W>
interface
UnderlyingSink
<
W
>
{
abort
?:
(
(
reason
:
any
)
=>
void
|
Promise
<
void
>
)
;
close
?:
(
(
)
=>
void
|
Promise
<
void
>
)
;
start
?:
(
(
controller
:
WritableStreamDefaultController
)
=>
void
|
Promise
<
void
>
)
;
type
?:
string
;
write
?:
(
(
chunk
:
W
,
controller
:
WritableStreamDefaultController
)
=>
void
|
Promise
<
void
>
)
;
}
Type Parameters
W
=
any
Index
Properties
abort?
close?
start?
type?
write?
Properties
Optional
abort
abort
?:
(
(
reason
:
any
)
=>
void
|
Promise
<
void
>
)
Optional
close
close
?:
(
(
)
=>
void
|
Promise
<
void
>
)
Optional
start
start
?:
(
(
controller
:
WritableStreamDefaultController
)
=>
void
|
Promise
<
void
>
)
Optional
type
type
?:
string
Optional
write
write
?:
(
(
chunk
:
W
,
controller
:
WritableStreamDefaultController
)
=>
void
|
Promise
<
void
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
close
start
type
write
@shopify/oxygen-workers-types
Loading...