Package | Description |
---|---|
elemental.js.util |
Modifier and Type | Method and Description |
---|---|
static void |
Xhr.get(String url,
Xhr.Callback callback)
Send a GET request to the
url and dispatch updates to the
callback . |
static void |
Xhr.get(Window window,
String url,
Xhr.Callback callback)
Send a GET request to the
url and dispatch updates to the
callback . |
static void |
Xhr.head(String url,
Xhr.Callback callback)
Send a HEAD request to the
url and dispatch updates to the
callback . |
static void |
Xhr.head(Window window,
String url,
Xhr.Callback callback)
Send a HEAD request to the
url and dispatch updates to the
callback . |
static void |
Xhr.post(String url,
String requestData,
String contentType,
Xhr.Callback callback)
Send a POST request to the
url and dispatch updates to the
callback . |
static void |
Xhr.post(Window window,
String url,
String requestData,
String contentType,
Xhr.Callback callback)
Send a POST request to the
url and dispatch updates to the
callback . |
Copyright © 2018. All rights reserved.