We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b715fdb commit e64c202Copy full SHA for e64c202
speech.js
@@ -60,7 +60,7 @@ const text = flagIdx === -1 ? DEFAULT_TXT : process.argv.slice(flagIdx + 1).join
60
await page.evaluateOnNewDocument(text => window.TEXT2SPEECH = text, text);
61
62
const html = fs.readFileSync('./html/speech_synth.html', {encoding: 'utf-8'});
63
-// Frafty way to cause a navigation so the evaluateOnNewDocument kicks in.
+// Cause a navigation so the evaluateOnNewDocument kicks in.
64
await page.goto(`data:text/html,${html}`);
65
66
const button = await page.$('button');
0 commit comments