The current type definition for removeEventListener in js/lib/cep/CSInterface.removeEventListener does not mark the obj parameter as optional.
The method documentation indicates that the obj parameter is optional (similar to addEventListener). suggesting the correct definition should look like this:
The current type definition for removeEventListener in
js/lib/cep/CSInterface.removeEventListener
does not mark the obj parameter as optional.The method documentation indicates that the obj parameter is optional (similar to addEventListener). suggesting the correct definition should look like this:
Currently, the method is defined as: