@JsFunction
public interface ReadyStateChangeHandler
XMLHttpRequest object.| Modifier and Type | Method and Description |
|---|---|
void |
onReadyStateChange(XMLHttpRequest xhr)
This is called whenever the state of the XMLHttpRequest changes.
|
void onReadyStateChange(XMLHttpRequest xhr)
XMLHttpRequest.setOnReadyStateChange(org.gwtproject.xhr.client.ReadyStateChangeHandler).xhr - the object whose state has changed.Copyright © 2019–2020 The GWT Authors. All rights reserved.