Package | Description |
---|---|
com.google.gwt.xhr.client |
Classes to support Javascript's XMLHttpRequest.
|
Modifier and Type | Method and Description |
---|---|
static XMLHttpRequest |
XMLHttpRequest.create()
Creates an XMLHttpRequest object.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadyStateChangeHandler.onReadyStateChange(XMLHttpRequest xhr)
This is called whenever the state of the XMLHttpRequest changes.
|
Copyright © 2018. All rights reserved.