Skip to content
Advertisement

Tag: event-listener

set timeout to event listener function

I have an event listener I would like to have a timeout for this event listener. So let’s say that if it doesn’t receive any event called ‘evt’ in 3 seconds I would like to have a notification that it timed out. I tried with the setTimeout function but so far I don’t manage to pass an internal variable of

Advertisement