microsoft / tabster

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

fix: Changing usages of WeakRef to internal WeakHTMLElement that has handling of the environments that do not have WeakRef. #319

Closed mshoho closed 10 months ago

mshoho commented 10 months ago

Some environments still don't have WeakRef, so we're adjusting to handle those.