W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
WritableStreamErrorCallback
interface
WritableStreamErrorCallback {
(
reason
:
any
)
:
void
|
PromiseLike
<
void
>
;
}
Call Signatures
(
reason
:
any
)
:
void
|
PromiseLike
<
void
>
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/WritableStreamErrorCallback