(startOver = true)
| 23 | } |
| 24 | |
| 25 | function toggle(startOver = true) { |
| 26 | speechSynthesis.cancel(); |
| 27 | if (startOver) { |
| 28 | speechSynthesis.speak(message); |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | function setOption() { |
| 33 | message[this.name] = this.value; |
no outgoing calls
no test coverage detected