@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AbortController")
public class AbortController
extends java.lang.Object
| 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.
|
public AbortController()
@JsProperty(name="signal") @Nonnull public AbortSignal signal()
public void abort()