An instance of this interface describes how an event listener
was added to an event target.
Tries to serialize event listener to a string.
Returns null if serialization isn’t possible
(for example with C++ listeners).
The type of the event for which the listener was added.
Null if the listener is for all the events.
The underlying JS object of the event listener, if this listener
has one. Null otherwise.