@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AbortController")
public class AbortController
extends JsObject
| Constructor and Description |
|---|
AbortController()
The AbortController() constructor creates a new AbortController object instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
The abort() method of the AbortController interface aborts a DOM request (e.g.
|
AbortSignal |
signal()
The signal read-only property of the AbortController interface returns an AbortSignal object instance, which can be used to communicate with/abort a DOM request as desired.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic AbortController()
@JsProperty(name="signal") @Nonnull public AbortSignal signal()
public void abort()