phetsims / utterance-queue

Alerting library powered by aria-live
MIT License
0 stars 2 forks source link

Make isSpeechSynthesisSupported a static method #56

Closed jessegreenberg closed 2 years ago

jessegreenberg commented 2 years ago

While exercising #34 I noticed that SpeechSynthesisAnnouncer instance method isSpeechSynthesisSupported would be much more convenient as a static method. I don't see a reason it shouldn't be.

jessegreenberg commented 2 years ago

It is now a static function.