Returns the element with focus.
Returns:
the element with focus
6 7 8
# File 'opal/browser/effects.rb', line 6 def active_element DOM(`#@native.activeElement`) end