ADJ_SCOPE
- static final int
Adjusted scope, either the element we are registering the event
on or the custom object passed in by the listener, int constant
lastError
- static Error
addListener/removeListener can throw errors in unexpected scenarios.
These errors are suppressed, the method returns false, and this property
is set
OBJ
- static final int
Object passed in by the user that will be returned as a
parameter to the callback, int constant. Specific to
unload listeners
POLL_RETRYS
- static final int
The number of times we should look for elements that are not
in the DOM at the time the event is requested after the document
has been loaded. The default is 2000@amp;20 ms, so it will poll
for 40 seconds or until all outstanding handlers are bound
(whichever comes first).
throwErrors
- boolean
Errors thrown by subscribers of custom events are caught
and the error message is written to the debug console. If
this property is set to true, it will also re-throw the
error.
Default Value: false