AbortSignal
Functions
Link copied to clipboard
abstract fun <K : Any> addEventListener(type: K, listener: (AbortSignal, ev: Any) -> Any)
Content copied to clipboard
abstract override fun addEventListener(type: String, listener: EventListener)
Content copied to clipboard
abstract override fun addEventListener(type: String, listener: EventListenerObject)
Content copied to clipboard
abstract fun <K : Any> addEventListener(type: K, listener: (AbortSignal, ev: Any) -> Any, options: AddEventListenerOptions? = definedExternally)
Content copied to clipboard
abstract fun <K : Any> addEventListener(type: K, listener: (AbortSignal, ev: Any) -> Any, options: Boolean? = definedExternally)
Content copied to clipboard
abstract override fun addEventListener(type: String, listener: EventListener, options: AddEventListenerOptions?)
Content copied to clipboard
abstract override fun addEventListener(type: String, listener: EventListener, options: Boolean?)
Content copied to clipboard
abstract override fun addEventListener(type: String, listener: EventListenerObject, options: AddEventListenerOptions?)
Content copied to clipboard
abstract override fun addEventListener(type: String, listener: EventListenerObject, options: Boolean?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <K : Any> removeEventListener(type: K, listener: (AbortSignal, ev: Any) -> Any)
Content copied to clipboard
abstract override fun removeEventListener(type: String, callback: EventListener)
Content copied to clipboard
abstract override fun removeEventListener(type: String, callback: EventListenerObject)
Content copied to clipboard
abstract fun <K : Any> removeEventListener(type: K, listener: (AbortSignal, ev: Any) -> Any, options: EventListenerOptions? = definedExternally)
Content copied to clipboard
abstract fun <K : Any> removeEventListener(type: K, listener: (AbortSignal, ev: Any) -> Any, options: Boolean? = definedExternally)
Content copied to clipboard
abstract override fun removeEventListener(type: String, callback: EventListener, options: EventListenerOptions?)
Content copied to clipboard
abstract override fun removeEventListener(type: String, callback: EventListener, options: Boolean?)
Content copied to clipboard
abstract override fun removeEventListener(type: String, callback: EventListenerObject, options: EventListenerOptions?)
Content copied to clipboard
abstract override fun removeEventListener(type: String, callback: EventListenerObject, options: Boolean?)
Content copied to clipboard