microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
116 stars 34 forks source link

Refactoring all Tabster events for good. #358

Closed mshoho closed 5 months ago

mshoho commented 5 months ago

Consolidating all event declarations in one place, adding constructors for all events so that the events could conveniently be dispatched by native element.dispatchEvent(), adding typings augmentation so that addEventListener() calls for Tabster events are properly typed.