UnderlyingSink
interface UnderlyingSink <W = any> {abort?: WritableStreamErrorCallback;type?: undefined;write?: WritableStreamDefaultControllerWriteCallback<W>;}
Параметры типа
W = anyСвойства
abort?: WritableStreamErrorCallbacktype?: undefinedwrite?: WritableStreamDefaultControllerWriteCallback<W>
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/UnderlyingSink