philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.54k stars 2.49k forks source link

Event.path is deprecated #4095

Open hugowan opened 2 years ago

hugowan commented 2 years ago

Event.path is deprecated and will be removed. Please use Event.composedPath() instead.

scroller.js:312

const path = event.deepPath || event.path;

Chrome: 103.0.5060.134 Vimium: 1.67

Thanks

gdh1995 commented 2 years ago

Reproduced on Chrome 101 (but not 100), 102 and 103 and MS Edge 103 on Win11.