speechSupported
验证 speechSynthesis 是否被当前浏览器支持。
if(artyom.speechSupported()){
// Use artyom.say("Text");
}else{
// Unsupported :/
}Last updated
Was this helpful?
验证 speechSynthesis 是否被当前浏览器支持。
if(artyom.speechSupported()){
// Use artyom.say("Text");
}else{
// Unsupported :/
}Last updated
Was this helpful?
Was this helpful?