microsoft / tabster

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

Node.js environment compatibility for CustomEvent usage, exposing old dispatch event functions marked as deprecated. #364

Closed mshoho closed 5 months ago

mshoho commented 5 months ago

Making sure CustomEvent usage doesn't throw undefined reference in Node.js environments.

Adding back custom dispatch event functions from before the events refactoring (done here: https://github.com/microsoft/tabster/pull/358) and marking them as deprecated.