| Modifier and Type | Method and Description |
|---|---|
static XMLHttpRequest.ResponseType |
XMLHttpRequest.ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLHttpRequest.ResponseType[] |
XMLHttpRequest.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLHttpRequest.setResponseType(XMLHttpRequest.ResponseType responseType)
Sets the response type.
|
Copyright © 2019–2020 The GWT Authors. All rights reserved.