|
|
|
|
|
by onion2k
3227 days ago
|
|
The change we're discussing here is something that the developer will need to explicitly add to their code; By marking a touch or wheel listener as passive, the developer is promising the handler won't call preventDefault to disable scrolling. Shitty developers who are lazy aren't likely to add that to their code if it 'works' without it. They are shitty after all. They won't care about a janky scroll on their webpage. Heck, they probably won't even test different ways of scrolling. Therefore it's fair to think this change is for awesome developers who test things and find that there's a problem, and need a way to fix it. |
|