eventTarget.removeEventListener

q6hillz·2022년 4월 17일
0

javascript

목록 보기
45/60

The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target. The event listener to be removed is identified using a combination of the event type, the event listener function itself, and various optional options that may affect the matching process; see Matching event listeners for removal.

0개의 댓글