| 1 | // Web Speech API Integration for Pattern Voice Control |
| 2 | |
| 3 | // 1. Ask for microphone permission on startup |
| 4 | window.SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition; |
nothing calls this directly
no test coverage detected