Passive listeners
Author: TheComputerMCreated Feb 9, 2020Updated Sep 13, 2020
Labelsenhancement
Feature description
I want to add passive behavior to my touchstart event listener which I have initialized through the $().on("touchstart", function) command. This is how we add passive event listeners in chrome https://stackoverflow.com/questions/37721782/what-are-passive-event-listeners
Feature motivation
This boosts performance in chrome considerably.
Source: fabiospampinato/cash