I attach events from different browsers (versions) and last version of Firefox consists 3/3 of them, last version of Chrome constits 2/3 of them. So, how to process just one of events instead of 3/3 or 2/3?
$(window).on('wheel mousewheel DOMMouseScroll', (e) => {
console.log(e);
});