| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
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 | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |