async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > AbortSignalLike

AbortSignalLike interface

AbortSignal

Signature:

export interface AbortSignalLike 

Remarks

This is a subset of the AbortSignal interface defined in the [WinterCG](https://wintercg.org/).

Properties

Property Modifiers Type Description
aborted readonly boolean  
reason   any  

Methods

Method Description
addEventListener(type, listener, options)  
removeEventListener(type, listener)  
throwIfAborted()