Package elemental2.dom
Class ClientInformation
- java.lang.Object
-
- elemental2.dom.ClientInformation
-
@JsType(isNative=true, namespace="<global>") public class ClientInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
onLine
-
Constructor Summary
Constructors Constructor Description ClientInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerContentHandler(java.lang.String mimeType, java.lang.String uri, java.lang.String title)
void
registerProtocolHandler(java.lang.String protocol, java.lang.String uri, java.lang.String title)
-