You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to using speak.js but it is not working when using chrome, safari and opera and it is working using FireFox,
Can you helop me?
the error i get using chrome is "Uncaught TypeError: Cannot set property 'onmessage' of undefined" on line "speakWorker.onmessage = function(event) {
and when Im trying to define: speakWorker = new Worker('speakWorker.js');
i get "Uncaught SecurityError: Failed to create a worker: script at 'file:///C:/Users/ortal.lagziel/Desktop/pp/speak-js-master/speakWorker.js' cannot be accessed from origin 'null'."
Thanks
The text was updated successfully, but these errors were encountered:
I get the same thing. It appears speak.js is no longer in active development. The "active" fork shows up on github as page not found, and the demo linked here doesn't actually load any demo regarding speak.js.
Hi,
I'm trying to using speak.js but it is not working when using chrome, safari and opera and it is working using FireFox,
Can you helop me?
the error i get using chrome is "Uncaught TypeError: Cannot set property 'onmessage' of undefined" on line "speakWorker.onmessage = function(event) {
and when Im trying to define: speakWorker = new Worker('speakWorker.js');
i get "Uncaught SecurityError: Failed to create a worker: script at 'file:///C:/Users/ortal.lagziel/Desktop/pp/speak-js-master/speakWorker.js' cannot be accessed from origin 'null'."
Thanks
The text was updated successfully, but these errors were encountered: