Passive event listeners in autocomplete.js for better performance
-
Google’s PageSpeedInsights suggests using passive event listeners.
The autocomplete.js file has 10 calls to addEventListener. Is it possible to update these to use the ‘passive’ parameter?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Passive event listeners in autocomplete.js for better performance’ is closed to new replies.