Docs
Reference
Guides
Blog
Discord
/
Bun
/
UnderlyingSink
UnderlyingSink
P
abort
P
close
P
start
P
type
P
write
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
Bun
/
UnderlyingSink
UnderlyingSink
P
abort
P
close
P
start
P
type
P
write
Symbol
UnderlyingSink
interface
UnderlyingSink
<
W
=
any
>
abort
?
:
UnderlyingSinkAbortCallback
close
?
:
UnderlyingSinkCloseCallback
start
?
:
UnderlyingSinkStartCallback
type
?
:
'default'
|
'bytes'
write
?
:
UnderlyingSinkWriteCallback
<
W
>