AbortController

@JSGlobal("AbortController") @native @JSType class AbortController() extends StObject with AbortController
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def abort(): Unit

Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted.

Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted.

Inherited from
AbortController
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Inherited fields

Returns the AbortSignal object associated with this object.

Returns the AbortSignal object associated with this object.

Inherited from
AbortController