Skip to content

SpeechToText: Check if SpeechRecognition is listening before start/stop#31186

Merged
r-farkhutdinov merged 1 commit intoDevExpress:25_2from
r-farkhutdinov:25_2_stt_adapter_is_listening
Sep 29, 2025
Merged

SpeechToText: Check if SpeechRecognition is listening before start/stop#31186
r-farkhutdinov merged 1 commit intoDevExpress:25_2from
r-farkhutdinov:25_2_stt_adapter_is_listening

Conversation

@r-farkhutdinov
Copy link
Contributor

No description provided.

assert.ok(speechRecognition.stop.notCalled, 'stop not called');
});

QUnit.test('should update _isListening on onstart/onend', function(assert) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion(minor)

We don't usually check private APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants