-
-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Labels
Description
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.