1. Deprecated("Internal Use Only")
KeyboardEvent internalCreateKeyboardEvent()

Source

@Deprecated("Internal Use Only")
static KeyboardEvent internalCreateKeyboardEvent() {
  return new KeyboardEvent._internalWrap();
}