The migration of `scrollend` from [WICG/overscroll-scrollend-events](https://github.com/WICG/overscroll-scrollend-events), did not include the `onscrollend` event handler from [Extensions to the `GlobalEventHandlers` interface](https://wicg.github.io/overscroll-scrollend-events/#extensions-to-the-globaleventhandlers-interface). Similar to [onscroll](https://drafts.csswg.org/cssom-view/#dom-visualviewport-onscroll), I believe the `onscrollend` should be the [event handler IDL attribute](https://html.spec.whatwg.org/multipage/webappapis.html#event-handler-idl-attributes) for the [scrollend](https://drafts.csswg.org/cssom-view/#eventdef-document-scrollend) event.