mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
1713d0ffceda75446803fa05a35dc45e19437b80
## Summary
This adds support for the new
[scrollend](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollend_event)
event. It was recently added to the spec, and is currently supported in
Firefox 109 and Chrome Canary (shipping in Chrome 114). You can read
more about this event
[here](https://developer.chrome.com/blog/scrollend-a-new-javascript-event/).
This PR adds support for the `onScrollEnd` prop, following the
implementation for `onScroll`.
## How did you test this change?
Added unit tests.
DiffTrain build for [537228f9fd](https://github.com/facebook/react/commit/537228f9fd703d18bea1f6d20fa0e5006b795c42)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%