Closed morganney closed 2 years ago
Base: 99.46% // Head: 99.28% // Decreases project coverage by -0.17%
:warning:
Coverage data is based on head (
f7febba
) compared to base (7c6a90d
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
SpeechSynthesisUtterance
: Fixes volume values of zero not working in Edge on Android by setting new lower/upper bounds of0.01
and0.99
. If previously checking for mute state withuseTts
viaonVolume
callback andnewVolume === 0
, instead ofisMuted
state, then the condition should now use0.01
instead of0
.