W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
UnderlyingSource
interface
UnderlyingSource
<
R
=
any
>
{
cancel?
:
ReadableStreamErrorCallback
;
pull?
:
ReadableStreamDefaultControllerCallback
<
R
>
;
start?
:
ReadableStreamDefaultControllerCallback
<
R
>
;
type?
:
undefined
;
}
Type Parameters
R
=
any
Properties
cancel?
:
ReadableStreamErrorCallback
pull?
:
ReadableStreamDefaultControllerCallback
<
R
>
start?
:
ReadableStreamDefaultControllerCallback
<
R
>
type?
:
undefined
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/UnderlyingSource