Returns false if the Do not use Javascript option is checked in System Preferences
(see Tools > System Prefences > Accessibility), otherwise returns true. When set to
false, no Javascript will be used on the client; when set to true, Javascript
will be used so long as it is supported by the client browser. To check whether Javascript is currently
in use on the client, use method Client#isJavascriptUsed().
false
if the Do not use Javascript option is checked in System Preferences (see Tools > System Prefences > Accessibility), otherwise returnstrue
. When set tofalse
, no Javascript will be used on the client; when set totrue
, Javascript will be used so long as it is supported by the client browser. To check whether Javascript is currently in use on the client, use method Client#isJavascriptUsed().