aborted

fun aborted(reason: Any? = null): AbortSignal

Internal static method to create a new AbortSignal instance which has already been aborted; meant to be called from AbortController only.

Return

A new empty instance of AbortSignal which has already been aborted.