@serenity-is/domwise / dispatchDisposingEvent
Function: dispatchDisposingEvent()
dispatchDisposingEvent(
target,opt?):void
Defined in: src/disposing-listener.ts:21
Dispatches a disposing event on the target element.
Parameters
target
EventTarget
The target element to dispatch the event on.
opt?
Optional parameters for the event.
bubbles?
boolean
cancelable?
boolean
Returns
void