yodaos-project / yoda.js

Application Framework that powered YodaOS
Apache License 2.0
187 stars 48 forks source link

speech-synthesis: race condition on end and cancelling #832

Closed legendecas closed 5 years ago

legendecas commented 5 years ago

While player has fired pending event end yet JS callback not being called, a cancel operation has been invoked by JS thread there would be two termination event end and cancel in respectively order. Termination events should only been fired once and exclusively.

Checklist