Interface XhrTransportInit
- All Known Subinterfaces:
XhrTransportInit
@JsType(isNative=true,
name="dhinternal.grpcWeb.transports.http.xhr.XhrTransportInit",
namespace="<global>")
public interface XhrTransportInit
-
Method Summary
Modifier and TypeMethodDescriptionstatic XhrTransportInitcreate()booleanvoidsetWithCredentials(boolean withCredentials)
-
Method Details
-
create
-
isWithCredentials
@JsProperty boolean isWithCredentials() -
setWithCredentials
@JsProperty void setWithCredentials(boolean withCredentials)
-