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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
I try to loop on a sample by adding a onended event to it (once). The problem is : when run in a browser, the JS event listeners count increment on each loop. It seems that something can't be garbage collected but I can't figure out what.
Here's a minimal example that reproduces the issue (I try to avoid references to global vars in the play function, without success):
Hi,
I try to loop on a sample by adding a
onended
event to it (once). The problem is : when run in a browser, theJS event listeners
count increment on each loop. It seems that something can't be garbage collected but I can't figure out what.Here's a minimal example that reproduces the issue (I try to avoid references to global vars in the
play
function, without success):The text was updated successfully, but these errors were encountered: