This repository has been archived by the owner on May 17, 2021. It is now read-only.
addOnceListener infinite recursion fix
You could get once events into an infinite recursion fairly easily, that's a very bad thing. You could still do it with the return based once events if you tried, but there's nothing I can do about that really.
So this fixes issue #54. Enjoy!