Every line of 'event which' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
97 function which (e) { 98 e = e || window.event; 99 return e.which === null ? e.button : e.which 100 }