UnderlyingSource
interface UnderlyingSource <R = any> {cancel?: ReadableStreamErrorCallback;pull?: ReadableStreamDefaultControllerCallback<R>;start?: ReadableStreamDefaultControllerCallback<R>;type?: undefined;}
Параметры типа
R = anyСвойства
cancel?: ReadableStreamErrorCallbackpull?: ReadableStreamDefaultControllerCallback<R>start?: ReadableStreamDefaultControllerCallback<R>type?: undefined
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/UnderlyingSource