hotkeys-js icon indicating copy to clipboard operation
hotkeys-js copied to clipboard

What is the capture option used for in hotkeys()?

Open rouilj opened this issue 2 years ago • 1 comments
trafficstars

Is there an example of using the capture option? When would you want to use it?

rouilj avatar Oct 06 '23 04:10 rouilj

https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#capture

It is useCapture of addEventListener

hoangvu12 avatar Oct 26 '23 20:10 hoangvu12