pub fn set_value(
    target: &EventTarget,
    value: &str
) -> Result<(), Cow<'static, str>>
Expand description

Similar to get_value.