As per #127, it appears that browserSupportsSpeechRecognition incorrectly indicates that speech recognition is supported in Chromium browsers like Brave. Google disables the speech recognition client in Chromium browsers, although it seems the speech recognition object is still present, hence the incorrect detection.
We should find a way to detect these browsers and return false from browserSupportsSpeechRecognition in those cases.
As per #127, it appears that
browserSupportsSpeechRecognitionincorrectly indicates that speech recognition is supported in Chromium browsers like Brave. Google disables the speech recognition client in Chromium browsers, although it seems the speech recognition object is still present, hence the incorrect detection.We should find a way to detect these browsers and return
falsefrombrowserSupportsSpeechRecognitionin those cases.