Request
interface Request {
abort() : void;
}
A Z.ajax(...) request object.
Variables
Variable | Type | Description |
---|---|---|
abort | function | Attempt to stop the request before it completes. |
interface Request {
abort() : void;
}
A Z.ajax(...) request object.
Variable | Type | Description |
---|---|---|
abort | function | Attempt to stop the request before it completes. |