hashchangesCapturedIf
open fun hashchangesCapturedIf(selector: HashChangeEvent.() -> Boolean): Listener<HashChangeEvent, T>
occurs when there has been changes to the anchor part of a URL
Return
a Listener that emits HashChangeEvents on its Flow
Parameters
selector
expression to evaluate, which specific event should be emitted to the Flow. It is also possible and encouraged to manipulate the event dispatching by calling stopPropagation
or similar DOM-API.