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()?
Quote from: BobRay at Nov 03, 2009, 01:51 AM
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()?
Still need to know about the scope of these. Request, Session, or what?
-
MODX Staff
- 10,725 Posts
Scope is only for the current request cycle.