Constructor
new BackendRequest(options)
Parameters:
Name | Type | Description |
---|---|---|
options |
BackendRequestOptions |
- Source:
Methods
(async) send() → {Promise.<BackendRequest>}
Send the request to the server and store the response / error as member variables.
- Source:
Returns:
- Type
- Promise.<BackendRequest>