Methods
(static) get(url, callback) → {XMLHttpRequest}
HTTP get
Parameters:
Name | Type | Description |
---|---|---|
url |
String | |
callback |
function |
Returns:
XMLHttpRequest(static) getJSON(url, callback) → {XMLHttpRequest}
HTTP getJSON
Parameters:
Name | Type | Description |
---|---|---|
url |
String | |
callback |
function |