Update notificationsEvents.md
Changes the documentation so the example is correct in the prevention of the memory leaks. `.bind` will return a new version of the function on each call which means `removeEventListener` won't be able to find the previous listener and release it.
Showing
Please register or sign in to comment