반응형
2023년 1월 10일에 크롬이 109 버전으로 업데이트되었습니다.
event.path는 이벤트가 발생한 요소에서 최상의 요소까지 배열을 반환합니다.
[button#btn1, body, html, document, Window]
그러나 크롬 109 버전부터 event에 path가 더 이상 지원을 하지 않고 되었습니다.
기존에 event.path를 사용하였으면 composedPath()로 변경하셔야 합니다.
See the Pen Untitled by powerku (@powerku) on CodePen.
https://chromestatus.com/feature/5726124632965120
https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath
728x90
반응형