sS hWebKitSayFunction() { ret hjavascript([[ function say(text) { console.log("Saying: " + text); window.speechSynthesis.speak(new SpeechSynthesisUtterance(text)); } ]]); }