
static.js.vendor.modernizr.feature-detects.speech.speech-synthesis.js Maven / Gradle / Ivy
The newest version!
/*!
{
"authors": ["Cătălin Mariș"],
"name": "Speech Synthesis API",
"notes": [
{
"name": "W3C Web Speech API Specification - The SpeechSynthesis Interface",
"href": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section"
}
],
"property": "speechsynthesis",
"tags": ["input", "speech"]
}
!*/
define(['Modernizr'], function(Modernizr) {
Modernizr.addTest('speechsynthesis', 'SpeechSynthesisUtterance' in window);
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy