• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • EventTarget
    • .
    • removeEventListener
method EventTarget.removeEventListener
EventTarget.removeEventListener(
type: string,
callback: EventListenerOrEventListenerObject | null,
options?: EventListenerOptions | boolean,
): void

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

Parameters

type: string
callback: EventListenerOrEventListenerObject | null
optional
options: EventListenerOptions | boolean

Return Type

void

Document Navigation

  • Parameters
    • type
    • callback
    • options
  • Return Type