1. Home
  2. Articles
  3. Web Design
  4. JavaScript
  5. Research: jQuery Passive Event Listeners

Research: jQuery Passive Event Listeners

Published:

Share

Description

Chrome DevTools is reporting an issue with some of my scripts or third party scripts utilizing passive event listeners. At first glance, it appears that this is an issue for providing the best user interaction experience. I am going to dive in to this topic and see what I can find out.

Article

There are quite a few articles that I read on this subject after getting a notice of a scroll event listener warning in Chrome DevTools. This one looks like it is going to be a pain to track down and resolve. jQuery doesn't appear to default to passive event listeners for scrolling and it may require I correct previous and future scripts with raw JavaScript.

Author

Tags

  1. Articles
  2. Web Design
  3. JavaScript

Related Articles