repo1.maven.org$maven2@com.google.gwt$gwt-elemental@2.6.0-rc2
repo1.maven.org$maven2@com.google.gwt$gwt-elemental@2.6.0-rc2@elemental$client$Browser.java
file
oh
o
[]
package elemental.client;
Entry-point for getting the access to browser globals.
Provides limited user agent information for the current browser. The API is
structured such that info can either be determined at runtime or
constrained at compile time through GWT permutations.
TODO(knorton): Add the gwt.xml file that enables permutations.
Indicates whether the browser is a supported version of Gecko.
Indicates whether the platform is Linux.
Indicates whether the platform is Macintosh.
Indicates whether the browser is one of the supported browsers.
Indicates whether the browser is a supported version of WebKit.
Indicates whether the platform is Windows.
Decodes a URI as specified in the ECMA-262, 5th edition specification,
section 15.1.3.1.
- See also:
- "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"
Encodes a URI compoment as specified in the ECMA-262, 5th edition specification,
section 15.1.3.1.
- See also:
- "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"
Encodes a URI as specified in the ECMA-262, 5th edition specification,
section 15.1.3.1.
- See also:
- "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"
Encodes a URI component as specified in the ECMA-262, 5th edition specification,
section 15.1.3.1.
- See also:
- "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"
Gets the document within which this script is running.
Gets information about the current browser.
Gets the window within which this script is running.