- Preparing search index...
 
- The search index is not available
 
nx.js 
 
Function removeEventListener
 
- removeEventListener(type, callback, options?): void
 
- 
Parameters
- 
type: "error"
 
- 
callback: ((ev) => any)
 
- 
 
 
Returns void
 
- removeEventListener(type, callback, options?): void
 
- 
Parameters
- 
type: "unhandledrejection"
 
- 
callback: ((ev) => any)
 
- 
 
 
Returns void
 
- removeEventListener(type, callback, options?): void
 
- 
Parameters
- 
type: string
 
- 
callback: null | EventListenerOrEventListenerObject
 
- 
 
 
Returns void
 
 
 
 
Removes the event listener in target's event listener list with the same type, callback, and options.