Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/web
/
UnderlyingDefaultSource
P
cancel
P
pull
P
start
P
type
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/web
/
UnderlyingDefaultSource
P
cancel
P
pull
P
start
P
type
interface
stream.web.UnderlyingDefaultSource
interface
UnderlyingDefaultSource
<
R
=
any
>
cancel
?
:
UnderlyingSourceCancelCallback
pull
?
:
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
void
|
PromiseLike
<
void
>
start
?
:
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
any
type
?
:
undefined