I just found out that addEventListener()
is dramatically failling on Chrome (28).
My working example is a text-to-speech fiddle where I want to listen and the end of a sound file's play to play the next soundfile. In Firefox, all fine. In Chrome, the script break within the first addEventListener.
What is going wrong, how to fix it ?
Do you have a cross-browser proof alternative way to listen at the end of an event ?