[][src]Function boa::builtins::console::clear

pub fn clear(this: &Value, _: &[Value], _: &mut Interpreter) -> ResultValue

console.clear()

Removes all groups and clears console if possible.

More information: