KeyboardEvent: repeat property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
repeat
은 KeyboardEvent
인터페이스의 읽기 전용 속성으로, 주어진 키가 지속적으로 눌러진 상태로 자동으로 반복되는 경우 true
값을 반환하는 불리언 값입니다.
값
불리언 값입니다.
명세서
Specification |
---|
UI Events # dom-keyboardevent-repeat |