A lightweight JSON RPC client & server
Home > async-call-rpc > AsyncCallOptions > signal
AbortSignal to stop the instance.
Signature:
signal?: AbortSignalLike;
signal
is used to stop the instance. If the signal
is aborted, then all new requests will be rejected, except for the pending ones.