Function javascriptcore6::functions::options_set_string

source ·
pub fn options_set_string(option: &str, value: &str) -> bool
Expand description

Set @option as a string.

§option

the option identifier

§value

the value to set

§Returns

true if option was correctly set or false otherwise.