Timeouts are set on operations like click, because this is where the action happens. But it would be nice if components could set the timeouts, to avoid repeating this stuff around component client code.
Perhaps find should be able to set timeout, which is then overridden by another one set on click etc.
Timeouts are set on operations like
click
, because this is where the action happens. But it would be nice if components could set the timeouts, to avoid repeating this stuff around component client code.Perhaps
find
should be able to set timeout, which is then overridden by another one set onclick
etc.And perhaps
timeout
should be a chained method: