Spec-Zone.ru › Deno 1

UnderlyingSource

interface UnderlyingSource <R = any> {
cancel?: ReadableStreamErrorCallback;
pull?: ReadableStreamDefaultControllerCallback<R>;
start?: ReadableStreamDefaultControllerCallback<R>;
type?: undefined;
}

Параметры типа

R = any

Свойства

cancel?: ReadableStreamErrorCallback
pull?: ReadableStreamDefaultControllerCallback<R>
start?: ReadableStreamDefaultControllerCallback<R>
type?: undefined

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/UnderlyingSource

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API