nx.js
Functions

removeEventListener

removeEventListener(type, callback, options?): void

Removes the event listener in target's event listener list with the same type, callback, and options.

Parameters

ParameterType
typestring
callbacknull | EventListenerOrEventListenerObject
options?boolean | EventListenerOptions

Returns

void

See

MDN Reference

On this page