removeEventListenerNS
with arguments which do not identify any currently registered EventListener
on the EventTarget
has no effect.
@param namespaceURI Specifies the Event.namespaceURI
associated with the event for which the user registered the event listener.
@param type Refer to theEventTarget.removeEventListener()
method for a description of this parameter.
@param listener Refer to theEventTarget.removeEventListener()
method for a description of this parameter.
@param useCapture Refer to theEventTarget.removeEventListener()
method for a description of this parameter.
@since DOM Level 3
removeEventListenerNS
with arguments which do not identify any currently registered EventListener
on the EventTarget
has no effect.
@param namespaceURI Specifies the Event.namespaceURI
associated with the event for which the user registered the event listener.
@param type Refer to theEventTarget.removeEventListener()
method for a description of this parameter.
@param listener Refer to theEventTarget.removeEventListener()
method for a description of this parameter.
@param useCapture Refer to theEventTarget.removeEventListener()
method for a description of this parameter.
@since DOM Level 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|