blur method

void blur()

The HTMLElement.blur() method removes keyboard focus from the current element.

Implementation

external void blur();