Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.DOM.isChrome

GLM.DOM.isChrome

Boolean variable for determining if the client browser is Chrome.

Returns:

True if the client browser is Chrome, otherwise false

Example:

if(GLM.DOM.isChrome){
    alert("You're using Chrome");
}



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES