setPrefValue (key, value)
(Molybdenum-only)
Set a Firefox preferences value. The datatype of the value is detected the following way:
if the value is true or false, boolean type is expected,
if the value is starting with characters parseable as integer, integer type is expected,
string type otherwise.
@since 0.7.1
Arguments: