A lightweight JSON RPC client & server
Home > async-call-rpc > AbortSignalLike
AbortSignal
Signature:
export interface AbortSignalLike
This is a subset of the AbortSignal interface defined in the [WinterCG](https://wintercg.org/).
| Property | Modifiers | Type | Description |
|---|---|---|---|
| aborted | readonly |
boolean | |
| reason | any |
| Method | Description |
|---|---|
| addEventListener(type, listener, options) | |
| removeEventListener(type, listener) | |
| throwIfAborted() |