BobRay Reply #1, 2 years, 6 months ago
For removeEventListener() and removeAllEventListener(), are the listeners removed just for the duration of the current request or is the removal more permanent?
I'm wondering particularly about whether the change would survive a page reload.
Is the same true for addEventListener()?
I'm wondering particularly about whether the change would survive a page reload.
Is the same true for addEventListener()?