diff --git a/docs/reference/classes/ApiError.html b/docs/reference/classes/ApiError.html index 1051e25..0d6284b 100644 --- a/docs/reference/classes/ApiError.html +++ b/docs/reference/classes/ApiError.html @@ -1,4 +1,4 @@ -
Gets the AbortSignal
instance that can be used to listen for abort events.
Gets the AbortSignal
instance that can be used to listen for abort events.
Note: this signal is internal to the FalStream
instance. If you pass your
own abort signal, the FalStream
will listen to it and abort it appropriately.
the AbortSignal
instance.
Aborts the streaming request.
Note: This method is noop in case the request is already done.
Optional
reason: string | Erroroptional cause for aborting the request.
-Gets a reference to the Promise
that indicates whether the streaming
is done or not. Developers should always call this in their apps to ensure
the request is over.
An alternative to this, is to use on('done')
in case your application
architecture works best with event listeners.
the promise that resolves when the request is done.
-
The class representing a streaming response. With t
-